Skip to content

Commit

Permalink
Added PKR to the SDK and sample apps (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrenco authored Jan 26, 2021
1 parent 4ee2a8b commit c9225dc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
<key>Key</key>
<string>payment_session</string>
</dict>

<dict>
<key>DefaultValue</key>
<string>NO</string>
Expand Down Expand Up @@ -158,6 +157,7 @@
<string>JPY</string>
<string>NOK</string>
<string>NZD</string>
<string>PKR</string>
<string>PLN</string>
<string>SEK</string>
<string>SGD</string>
Expand All @@ -182,6 +182,7 @@
<string>currency_jpy</string>
<string>currency_nok</string>
<string>currency_nzd</string>
<string>currency_pkr</string>
<string>currency_pln</string>
<string>currency_sek</string>
<string>currency_sgd</string>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
<key>Key</key>
<string>payment_session</string>
</dict>

<dict>
<key>DefaultValue</key>
<string>NO</string>
Expand Down Expand Up @@ -158,6 +157,7 @@
<string>JPY</string>
<string>NOK</string>
<string>NZD</string>
<string>PKR</string>
<string>PLN</string>
<string>SEK</string>
<string>SGD</string>
Expand All @@ -182,6 +182,7 @@
<string>currency_jpy</string>
<string>currency_nok</string>
<string>currency_nzd</string>
<string>currency_pkr</string>
<string>currency_pln</string>
<string>currency_sek</string>
<string>currency_sgd</string>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,10 @@ - (NSArray *)validCurrencies {
@"CAD", @"CHF", @"CZK",
@"DKK", @"EUR", @"GBP",
@"HKD", @"HUF", @"JPY",
@"NOK", @"NZD", @"PLN",
@"SEK", @"SGD", @"QAR",
@"SAR", @"USD", @"ZAR" ];
@"NOK", @"NZD", @"PKR",
@"PLN", @"SEK", @"SGD",
@"QAR", @"SAR", @"USD",
@"ZAR" ];
}

@end

0 comments on commit c9225dc

Please sign in to comment.