Skip to content

Commit

Permalink
NTR - Update BN codes
Browse files Browse the repository at this point in the history
  • Loading branch information
mitelg committed May 2, 2019
1 parent 1cdf16b commit 0a4728d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions PayPalBundle/PartnerAttributionId.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
class PartnerAttributionId
{
/**
* Shopware Partner Id for PayPal Classic or Express-Checkout
* Shopware Partner Id for PayPal Classic
*/
const PAYPAL_CLASSIC = 'Shopware_Cart_EC_2';
const PAYPAL_CLASSIC = 'Shopware_Cart_EC_5native';

/**
* Shopware Partner Id for PayPal Plus
*/
const PAYPAL_PLUS = 'Shopware_Cart_Plus_2';
const PAYPAL_PLUS = 'Shopware_Cart_Plus_5native';

/**
* Shopware Partner Id for PayPal Installments
*/
const PAYPAL_INSTALLMENTS = 'Shopware_Cart_Inst_2';
const PAYPAL_INSTALLMENTS = 'Shopware_Cart_Rate_5native';

/**
* Shopware Partner Id for PayPal Express Checkout with full page redirect
* Shopware Partner Id for PayPal Express Checkout
*/
const PAYPAL_EXPRESS_CHECKOUT = 'Shopware_Cart_ECS_2';
const PAYPAL_EXPRESS_CHECKOUT = 'Shopware_Cart_ECS_5native';
}

0 comments on commit 0a4728d

Please sign in to comment.