paypal request comment changed

This commit is contained in:
2020-03-18 00:03:29 +03:00
parent 2b4cc4afe7
commit 71f70eb5fd
2 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@@ -915,6 +915,11 @@ public class CreateOrderSummaryFragment extends CreateOrderBaseFragment {
* Vault: Collects user card data.
* Checkout: One time payment.
*
* This method (paypalRequest() method) is optional.
* @param request The PayPal Request {@link PayPalRequest} for the transaction.
* If no amount is set, PayPal will default to the billing agreement (Vault) flow.
* If amount is set, PayPal will follow the one time payment (Checkout) flow.
*
* Drop-in verince Vault çalışıyormuş galiba, ondan dolay pappal request verdik
* https://bitbucket.org/pusulawiss/pizza_leu/issues/73/feat-paypal-i-leyi-de-i-imi
*