Skip to content

Commit

Permalink
Release the production version
Browse files Browse the repository at this point in the history
  • Loading branch information
OsamaRabie committed Dec 27, 2024
1 parent 8877cef commit 83fd49d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BenefitPay-iOS.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BenefitPay-iOS'
s.version = '0.0.5'
s.version = '1.0.0'
s.summary = 'From the shelf pay with benefit pay button by Tap Payments'
s.homepage = 'https://github.com/Tap-Payments/BenefitPay-iOS'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Hj+N6UWFOYK98Xi+sQIDAQAB
/// The Url to decide if this is the man in the middle page that we need to skip
internal static var javaScriptCodeToSkipManInTheMiddle:String = "document.getElementById('pzc6ed').click();"
/// The wrapper base url
internal static var baseURL:String = "https://mw-sdk.beta.tap.company/v2/button/config"
internal static var baseURL:String = "https://mw-sdk.tap.company/v2/button/config"

//MARK: - Init methods
override public init(frame: CGRect) {
Expand Down Expand Up @@ -242,7 +242,7 @@ Hj+N6UWFOYK98Xi+sQIDAQAB
let fireBaseJS:String = cdnResponse["iOSFireBaseJS"]{
BenefitPayButton.sandboxEncryptionKey = sandboxEncryptionKey
BenefitPayButton.productionEncryptionKey = productionEncryptionKey
//BenefitPayButton.baseURL = cdnBaseUrlString
BenefitPayButton.baseURL = cdnBaseUrlString
BenefitPayButton.benefitPayFireBaseURL = fireBaseURL
BenefitPayButton.javaScriptCodeToSkipManInTheMiddle = fireBaseJS
}
Expand Down

0 comments on commit 83fd49d

Please sign in to comment.