PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins
/
sf-booking
/
payment-gateway
/
payulatam
/
lib
/
PayU
/
api
<?php /** * Class contains payments countries in the PayU SDK. Sometimes when a payment * method is processed by several countries is necessary to specify the country * due currency issues. * * @author PayU Latam * @since 1.0.0 * @version 1.0.0,, 29/10/2013 */ class PayUCountries{ /** * When the payment country is Argentina. */ const AR = 'AR'; /** * When the payment country is Brazil. */ const BR = 'BR'; /** * When the payment country is Chile. */ const CL = 'CL'; /** * When the payment country is Colombia. */ const CO = 'CO'; /** * When the payment country is Mexico. */ const MX = 'MX'; /** * When the payment country is Panama. */ const PA = 'PA'; /** * When the payment country is Peru. */ const PE = 'PE'; /** * When the payment country is United States. */ const US = 'US'; }
[+]
..
[-] Environment.php
[edit]
[-] PaymentMethods.php
[edit]
[-] PayuPaymentMethodType.php
[edit]
[-] PayUKeyMapName.php
[edit]
[-] RequestMethod.php
[edit]
[-] PayUCommands.php
[edit]
[-] SupportedLanguages.php
[edit]
[-] PayUResponseCode.php
[edit]
[-] PayUCountries.php
[edit]
[-] PayUTransactionResponseCode.php
[edit]
[-] PayUConfig.php
[edit]
[-] TransactionType.php
[edit]
[-] PayUHttpRequestInfo.php
[edit]