//
//  StripeInvoker.swift
//  StripeDemo
//
//  Created by ANIL KUKRETI on 25/01/20.
//  Copyright © 2020 Facebook. All rights reserved.
//

import Foundation
import UIKit
import Stripe

class StripeInvoker {
  func initStripe(){
    Stripe.setDefaultPublishableKey("pk_test_b9t1oL9MfKlVGSqOkV3VLjHa00SUeq4B4t")
  }
}
