Andrey

Results 2 issues of Andrey

``` if(isLast){ nextBtnText = utils.getI18NString('doneBtn'); } else if(step.showSkip) { nextBtnText = utils.getI18NString('skipBtn'); } else { nextBtnText = utils.getI18NString('nextBtn'); } ``` Apparently you have forgotten to check if custom labels were...

core-enhancement

Hi everyone. So i added support for future payments and receiving metadata id. Future payment example - ``` PayPal.futurePayment({ clientId: "AbyfNDFV53djg6w4yYgiug_JaDfBSUiYI7o6NM9HE1CQ_qk9XxbUX0nwcPXXQHaNAWYtDfphQtWB3q4R", environment: PayPal.SANDBOX, merchantName: "Merchant Name", policyUri: "https://www.example.com/privacy", agreementUri: "https://www.example.com/legal",...