K
Kirby
Guest
Guest or Bot
For non-recurring payments the PayPalRest has method
However, when creating a subscription plan the parameters are hardcoded somwhere in the middle of method
PHP:
Read more
Continue reading...
getPaymentParams which allows to easily modify the parmeters.However, when creating a subscription plan the parameters are hardcoded somwhere in the middle of method
getPlanByProductId:PHP:
Code:
$params = [
'product_id' => $productId,
'name' => substr($purchase->purchasableTitle, 0, 127),
'status' => 'ACTIVE',
'billing_cycles' => [
[
'frequency' => [
'interval_unit' =>...
Read more
Continue reading...
L
M