Creativestyle_AmazonPayments - Version 1.2.6

Version Notes

ADDED: responsive Amazon Payments widgets
FIXED: accesing settings page issue in Magento lower than 1.7.0.1
FIXED: Magento compiler compatibility issue

Download this release

Release Info

Developer creativestyle GmbH
Extension Creativestyle_AmazonPayments
Version 1.2.6
Comparing to
See all releases


Code changes from version 1.2.4 to 1.2.6

Files changed (173) hide show
  1. app/code/community/Creativestyle/AmazonPayments/Block/Adminhtml/CredentialsValidator.php +5 -0
  2. app/code/community/Creativestyle/AmazonPayments/Block/Checkout.php +4 -0
  3. app/code/community/Creativestyle/AmazonPayments/Block/Checkout/Js.php +4 -0
  4. app/code/community/Creativestyle/AmazonPayments/Helper/Data.php +12 -0
  5. app/code/community/Creativestyle/AmazonPayments/Model/Config.php +4 -0
  6. app/code/community/Creativestyle/AmazonPayments/Model/Payment/Advanced/Abstract.php +1 -1
  7. app/code/community/Creativestyle/AmazonPayments/controllers/Advanced/LoginController.php +1 -1
  8. app/code/community/Creativestyle/AmazonPayments/etc/config.xml +2 -1
  9. app/code/community/Creativestyle/AmazonPayments/etc/system.xml +13 -0
  10. app/design/frontend/base/default/layout/amazonpayments.xml +3 -3
  11. app/design/frontend/base/default/template/creativestyle/amazonpayments/checkout.phtml +19 -11
  12. app/design/frontend/base/default/template/creativestyle/amazonpayments/checkout/js.phtml +2 -7
  13. app/design/frontend/base/default/template/creativestyle/amazonpayments/login/form/account_confirm.phtml +1 -1
  14. app/locale/de_DE/Creativestyle_AmazonPayments.csv +5 -1
  15. app/locale/en_GB/Creativestyle_AmazonPayments.csv +5 -1
  16. app/locale/en_US/Creativestyle_AmazonPayments.csv +5 -1
  17. js/creativestyle/apa_checkout.min.js +1 -1
  18. lib/OffAmazonPayments/Model.php +0 -20
  19. lib/OffAmazonPaymentsNotifications/Client.php +0 -45
  20. lib/OffAmazonPaymentsNotifications/Impl/Certificate.php +0 -1
  21. lib/OffAmazonPaymentsNotifications/Impl/IpnNotificationParser.php +0 -2
  22. lib/OffAmazonPaymentsNotifications/Impl/Message.php +0 -1
  23. lib/OffAmazonPaymentsNotifications/Impl/OpenSslVerifySignature.php +0 -3
  24. lib/OffAmazonPaymentsNotifications/Impl/SnsMessageParser.php +0 -2
  25. lib/OffAmazonPaymentsNotifications/Impl/SnsMessageValidator.php +0 -3
  26. lib/OffAmazonPaymentsNotifications/Impl/XmlNotificationParser.php +0 -9
  27. lib/OffAmazonPaymentsNotifications/Model/AuthorizationDetails.php +0 -1
  28. lib/OffAmazonPaymentsNotifications/Model/AuthorizationNotification.php +0 -2
  29. lib/OffAmazonPaymentsNotifications/Model/BillingAgreement.php +0 -1
  30. lib/OffAmazonPaymentsNotifications/Model/BillingAgreementLimits.php +0 -1
  31. lib/OffAmazonPaymentsNotifications/Model/BillingAgreementNotification.php +0 -2
  32. lib/OffAmazonPaymentsNotifications/Model/BillingAgreementStatus.php +0 -1
  33. lib/OffAmazonPaymentsNotifications/Model/CaptureDetails.php +0 -1
  34. lib/OffAmazonPaymentsNotifications/Model/CaptureNotification.php +0 -2
  35. lib/OffAmazonPaymentsNotifications/Model/IdList.php +0 -1
  36. lib/OffAmazonPaymentsNotifications/Model/IpnNotificationMetadata.php +0 -1
  37. lib/OffAmazonPaymentsNotifications/Model/MerchantRegistrationDetails.php +0 -1
  38. lib/OffAmazonPaymentsNotifications/Model/NotificationImpl.php +0 -4
  39. lib/OffAmazonPaymentsNotifications/Model/NotificationMetadataImpl.php +0 -1
  40. lib/OffAmazonPaymentsNotifications/Model/OrderItemCategories.php +0 -1
  41. lib/OffAmazonPaymentsNotifications/Model/OrderReference.php +0 -1
  42. lib/OffAmazonPaymentsNotifications/Model/OrderReferenceNotification.php +0 -2
  43. lib/OffAmazonPaymentsNotifications/Model/OrderReferenceStatus.php +0 -1
  44. lib/OffAmazonPaymentsNotifications/Model/OrderTotal.php +0 -1
  45. lib/OffAmazonPaymentsNotifications/Model/Price.php +0 -1
  46. lib/OffAmazonPaymentsNotifications/Model/ProviderCreditDetails.php +0 -1
  47. lib/OffAmazonPaymentsNotifications/Model/ProviderCreditNotification.php +0 -2
  48. lib/OffAmazonPaymentsNotifications/Model/ProviderCreditReversalDetails.php +0 -1
  49. lib/OffAmazonPaymentsNotifications/Model/ProviderCreditReversalNotification.php +0 -2
  50. lib/OffAmazonPaymentsNotifications/Model/ProviderCreditReversalSummary.php +0 -1
  51. lib/OffAmazonPaymentsNotifications/Model/ProviderCreditReversalSummaryList.php +0 -1
  52. lib/OffAmazonPaymentsNotifications/Model/ProviderCreditSummary.php +0 -1
  53. lib/OffAmazonPaymentsNotifications/Model/ProviderCreditSummaryList.php +0 -1
  54. lib/OffAmazonPaymentsNotifications/Model/RefundDetails.php +0 -1
  55. lib/OffAmazonPaymentsNotifications/Model/RefundNotification.php +0 -2
  56. lib/OffAmazonPaymentsNotifications/Model/SellerBillingAgreementAttributes.php +0 -1
  57. lib/OffAmazonPaymentsNotifications/Model/SellerOrderAttributes.php +0 -1
  58. lib/OffAmazonPaymentsNotifications/Model/SnsNotificationMetadata.php +0 -1
  59. lib/OffAmazonPaymentsNotifications/Model/SolutionProviderMerchantNotification.php +0 -2
  60. lib/OffAmazonPaymentsNotifications/Model/SolutionProviderOption.php +0 -1
  61. lib/OffAmazonPaymentsNotifications/Model/SolutionProviderOptions.php +0 -1
  62. lib/OffAmazonPaymentsNotifications/Model/Status.php +0 -1
  63. lib/OffAmazonPaymentsService/Client.php +0 -57
  64. lib/OffAmazonPaymentsService/MerchantValues.php +0 -3
  65. lib/OffAmazonPaymentsService/Model.php +0 -4
  66. lib/OffAmazonPaymentsService/Model/Address.php +0 -1
  67. lib/OffAmazonPaymentsService/Model/AuthorizationDetails.php +0 -1
  68. lib/OffAmazonPaymentsService/Model/AuthorizeOnBillingAgreementRequest.php +0 -1
  69. lib/OffAmazonPaymentsService/Model/AuthorizeOnBillingAgreementResponse.php +0 -1
  70. lib/OffAmazonPaymentsService/Model/AuthorizeOnBillingAgreementResult.php +0 -1
  71. lib/OffAmazonPaymentsService/Model/AuthorizeRequest.php +0 -1
  72. lib/OffAmazonPaymentsService/Model/AuthorizeResponse.php +0 -1
  73. lib/OffAmazonPaymentsService/Model/AuthorizeResult.php +0 -1
  74. lib/OffAmazonPaymentsService/Model/BillingAddress.php +0 -1
  75. lib/OffAmazonPaymentsService/Model/BillingAgreementAttributes.php +0 -1
  76. lib/OffAmazonPaymentsService/Model/BillingAgreementDetails.php +0 -1
  77. lib/OffAmazonPaymentsService/Model/BillingAgreementLimits.php +0 -1
  78. lib/OffAmazonPaymentsService/Model/BillingAgreementStatus.php +0 -1
  79. lib/OffAmazonPaymentsService/Model/Buyer.php +0 -1
  80. lib/OffAmazonPaymentsService/Model/CancelOrderReferenceRequest.php +0 -1
  81. lib/OffAmazonPaymentsService/Model/CancelOrderReferenceResponse.php +0 -1
  82. lib/OffAmazonPaymentsService/Model/CancelOrderReferenceResult.php +0 -1
  83. lib/OffAmazonPaymentsService/Model/CaptureDetails.php +0 -1
  84. lib/OffAmazonPaymentsService/Model/CaptureRequest.php +0 -1
  85. lib/OffAmazonPaymentsService/Model/CaptureResponse.php +0 -1
  86. lib/OffAmazonPaymentsService/Model/CaptureResult.php +0 -1
  87. lib/OffAmazonPaymentsService/Model/CloseAuthorizationRequest.php +0 -1
  88. lib/OffAmazonPaymentsService/Model/CloseAuthorizationResponse.php +0 -1
  89. lib/OffAmazonPaymentsService/Model/CloseAuthorizationResult.php +0 -1
  90. lib/OffAmazonPaymentsService/Model/CloseBillingAgreementRequest.php +0 -1
  91. lib/OffAmazonPaymentsService/Model/CloseBillingAgreementResponse.php +0 -1
  92. lib/OffAmazonPaymentsService/Model/CloseBillingAgreementResult.php +0 -1
  93. lib/OffAmazonPaymentsService/Model/CloseOrderReferenceRequest.php +0 -1
  94. lib/OffAmazonPaymentsService/Model/CloseOrderReferenceResponse.php +0 -1
  95. lib/OffAmazonPaymentsService/Model/CloseOrderReferenceResult.php +0 -1
  96. lib/OffAmazonPaymentsService/Model/ConfirmBillingAgreementRequest.php +0 -1
  97. lib/OffAmazonPaymentsService/Model/ConfirmBillingAgreementResponse.php +0 -1
  98. lib/OffAmazonPaymentsService/Model/ConfirmBillingAgreementResult.php +0 -1
  99. lib/OffAmazonPaymentsService/Model/ConfirmOrderReferenceRequest.php +0 -1
  100. lib/OffAmazonPaymentsService/Model/ConfirmOrderReferenceResponse.php +0 -1
  101. lib/OffAmazonPaymentsService/Model/Constraint.php +0 -1
  102. lib/OffAmazonPaymentsService/Model/Constraints.php +0 -1
  103. lib/OffAmazonPaymentsService/Model/CreateOrderReferenceForIdRequest.php +0 -1
  104. lib/OffAmazonPaymentsService/Model/CreateOrderReferenceForIdResponse.php +0 -1
  105. lib/OffAmazonPaymentsService/Model/CreateOrderReferenceForIdResult.php +0 -1
  106. lib/OffAmazonPaymentsService/Model/Destination.php +0 -1
  107. lib/OffAmazonPaymentsService/Model/Error.php +0 -1
  108. lib/OffAmazonPaymentsService/Model/ErrorResponse.php +0 -1
  109. lib/OffAmazonPaymentsService/Model/GetAuthorizationDetailsRequest.php +0 -1
  110. lib/OffAmazonPaymentsService/Model/GetAuthorizationDetailsResponse.php +0 -1
  111. lib/OffAmazonPaymentsService/Model/GetAuthorizationDetailsResult.php +0 -1
  112. lib/OffAmazonPaymentsService/Model/GetBillingAgreementDetailsRequest.php +0 -1
  113. lib/OffAmazonPaymentsService/Model/GetBillingAgreementDetailsResponse.php +0 -1
  114. lib/OffAmazonPaymentsService/Model/GetBillingAgreementDetailsResult.php +0 -1
  115. lib/OffAmazonPaymentsService/Model/GetCaptureDetailsRequest.php +0 -1
  116. lib/OffAmazonPaymentsService/Model/GetCaptureDetailsResponse.php +0 -1
  117. lib/OffAmazonPaymentsService/Model/GetCaptureDetailsResult.php +0 -1
  118. lib/OffAmazonPaymentsService/Model/GetOrderReferenceDetailsRequest.php +0 -1
  119. lib/OffAmazonPaymentsService/Model/GetOrderReferenceDetailsResponse.php +0 -1
  120. lib/OffAmazonPaymentsService/Model/GetOrderReferenceDetailsResult.php +0 -1
  121. lib/OffAmazonPaymentsService/Model/GetProviderCreditDetailsRequest.php +0 -1
  122. lib/OffAmazonPaymentsService/Model/GetProviderCreditDetailsResponse.php +0 -1
  123. lib/OffAmazonPaymentsService/Model/GetProviderCreditDetailsResult.php +0 -1
  124. lib/OffAmazonPaymentsService/Model/GetProviderCreditReversalDetailsRequest.php +0 -1
  125. lib/OffAmazonPaymentsService/Model/GetProviderCreditReversalDetailsResponse.php +0 -1
  126. lib/OffAmazonPaymentsService/Model/GetProviderCreditReversalDetailsResult.php +0 -1
  127. lib/OffAmazonPaymentsService/Model/GetRefundDetailsRequest.php +0 -1
  128. lib/OffAmazonPaymentsService/Model/GetRefundDetailsResponse.php +0 -1
  129. lib/OffAmazonPaymentsService/Model/GetRefundDetailsResult.php +0 -1
  130. lib/OffAmazonPaymentsService/Model/IdList.php +0 -1
  131. lib/OffAmazonPaymentsService/Model/OrderItemCategories.php +0 -1
  132. lib/OffAmazonPaymentsService/Model/OrderReferenceAttributes.php +0 -1
  133. lib/OffAmazonPaymentsService/Model/OrderReferenceDetails.php +0 -1
  134. lib/OffAmazonPaymentsService/Model/OrderReferenceStatus.php +0 -1
  135. lib/OffAmazonPaymentsService/Model/OrderTotal.php +0 -1
  136. lib/OffAmazonPaymentsService/Model/ParentDetails.php +0 -1
  137. lib/OffAmazonPaymentsService/Model/Price.php +0 -1
  138. lib/OffAmazonPaymentsService/Model/ProviderCredit.php +0 -1
  139. lib/OffAmazonPaymentsService/Model/ProviderCreditDetails.php +0 -1
  140. lib/OffAmazonPaymentsService/Model/ProviderCreditList.php +0 -1
  141. lib/OffAmazonPaymentsService/Model/ProviderCreditReversal.php +0 -1
  142. lib/OffAmazonPaymentsService/Model/ProviderCreditReversalDetails.php +0 -1
  143. lib/OffAmazonPaymentsService/Model/ProviderCreditReversalList.php +0 -1
  144. lib/OffAmazonPaymentsService/Model/ProviderCreditReversalSummary.php +0 -1
  145. lib/OffAmazonPaymentsService/Model/ProviderCreditReversalSummaryList.php +0 -1
  146. lib/OffAmazonPaymentsService/Model/ProviderCreditSummary.php +0 -1
  147. lib/OffAmazonPaymentsService/Model/ProviderCreditSummaryList.php +0 -1
  148. lib/OffAmazonPaymentsService/Model/RefundDetails.php +0 -1
  149. lib/OffAmazonPaymentsService/Model/RefundRequest.php +0 -1
  150. lib/OffAmazonPaymentsService/Model/RefundResponse.php +0 -1
  151. lib/OffAmazonPaymentsService/Model/RefundResult.php +0 -1
  152. lib/OffAmazonPaymentsService/Model/ResponseMetadata.php +0 -1
  153. lib/OffAmazonPaymentsService/Model/ReverseProviderCreditRequest.php +0 -1
  154. lib/OffAmazonPaymentsService/Model/ReverseProviderCreditResponse.php +0 -1
  155. lib/OffAmazonPaymentsService/Model/ReverseProviderCreditResult.php +0 -1
  156. lib/OffAmazonPaymentsService/Model/SellerBillingAgreementAttributes.php +0 -1
  157. lib/OffAmazonPaymentsService/Model/SellerOrderAttributes.php +0 -1
  158. lib/OffAmazonPaymentsService/Model/SetBillingAgreementDetailsRequest.php +0 -1
  159. lib/OffAmazonPaymentsService/Model/SetBillingAgreementDetailsResponse.php +0 -1
  160. lib/OffAmazonPaymentsService/Model/SetBillingAgreementDetailsResult.php +0 -1
  161. lib/OffAmazonPaymentsService/Model/SetOrderReferenceDetailsRequest.php +0 -1
  162. lib/OffAmazonPaymentsService/Model/SetOrderReferenceDetailsResponse.php +0 -1
  163. lib/OffAmazonPaymentsService/Model/SetOrderReferenceDetailsResult.php +0 -1
  164. lib/OffAmazonPaymentsService/Model/Status.php +0 -1
  165. lib/OffAmazonPaymentsService/Model/ValidateBillingAgreementRequest.php +0 -1
  166. lib/OffAmazonPaymentsService/Model/ValidateBillingAgreementResponse.php +0 -1
  167. lib/OffAmazonPaymentsService/Model/ValidateBillingAgreementResult.php +0 -1
  168. lib/OffAmazonPaymentsService/RegionSpecificProperties.php +0 -1
  169. package.xml +7 -5
  170. skin/frontend/base/default/creativestyle/css/amazonpayments-responsive-widgets.css +67 -0
  171. skin/frontend/base/default/creativestyle/css/amazonpayments-widgets.css +7 -0
  172. skin/frontend/base/default/creativestyle/css/amazonpayments.css +7 -15
  173. skin/frontend/rwd/default/creativestyle/css/amazonpayments-responsive-widgets.css +83 -0
app/code/community/Creativestyle/AmazonPayments/Block/Adminhtml/CredentialsValidator.php CHANGED
@@ -45,6 +45,11 @@ class Creativestyle_AmazonPayments_Block_Adminhtml_CredentialsValidator extends
45
  $html .= '<td rowspan="2" class="scope-label"></td>';
46
  $html .= '<td rowspan="2" class=""></td>';
47
 
 
 
 
 
 
48
  return $this->_decorateRowHtml($element, $html);
49
  }
50
 
45
  $html .= '<td rowspan="2" class="scope-label"></td>';
46
  $html .= '<td rowspan="2" class=""></td>';
47
 
48
+ // Magento 1.5, 1.6 and 1.7.0.0 backward compatibility
49
+ if (!method_exists($this, '_decorateRowHtml')) {
50
+ return '<tr id="row_' . $element->getHtmlId() . '">' . $html . '</tr>';
51
+ }
52
+
53
  return $this->_decorateRowHtml($element, $html);
54
  }
55
 
app/code/community/Creativestyle/AmazonPayments/Block/Checkout.php CHANGED
@@ -39,4 +39,8 @@ class Creativestyle_AmazonPayments_Block_Checkout extends Mage_Checkout_Block_On
39
  return $this->getQuote()->isVirtual();
40
  }
41
 
 
 
 
 
42
  }
39
  return $this->getQuote()->isVirtual();
40
  }
41
 
42
+ public function isResponsive() {
43
+ return $this->_getConfig()->isResponsive();
44
+ }
45
+
46
  }
app/code/community/Creativestyle/AmazonPayments/Block/Checkout/Js.php CHANGED
@@ -27,4 +27,8 @@ class Creativestyle_AmazonPayments_Block_Checkout_Js extends Creativestyle_Amazo
27
  return (float)$this->_getQuote()->getBaseGrandTotal();
28
  }
29
 
 
 
 
 
30
  }
27
  return (float)$this->_getQuote()->getBaseGrandTotal();
28
  }
29
 
30
+ public function isResponsive() {
31
+ return $this->_getConfig()->isResponsive();
32
+ }
33
+
34
  }
app/code/community/Creativestyle/AmazonPayments/Helper/Data.php CHANGED
@@ -72,6 +72,8 @@ class Creativestyle_AmazonPayments_Helper_Data extends Mage_Core_Helper_Abstract
72
  }
73
 
74
  /**
 
 
75
  * Check if the current User Agent is specific for any mobile device
76
  *
77
  * @return bool
@@ -119,6 +121,16 @@ class Creativestyle_AmazonPayments_Helper_Data extends Mage_Core_Helper_Abstract
119
  }
120
  }
121
 
 
 
 
 
 
 
 
 
 
 
122
  public function getHeadJs() {
123
  if ($this->_getConfig()->isActive()) {
124
  return 'creativestyle/apa_checkout.min.js';
72
  }
73
 
74
  /**
75
+ * @deprecated deprecated since 1.2.6
76
+ *
77
  * Check if the current User Agent is specific for any mobile device
78
  *
79
  * @return bool
121
  }
122
  }
123
 
124
+ public function getWidgetsCss() {
125
+ if ($this->_getConfig()->isActive()) {
126
+ if ($this->_getConfig()->isResponsive()) {
127
+ return 'creativestyle/css/amazonpayments-responsive-widgets.css';
128
+ } else {
129
+ return 'creativestyle/css/amazonpayments-widgets.css';
130
+ }
131
+ }
132
+ }
133
+
134
  public function getHeadJs() {
135
  if ($this->_getConfig()->isActive()) {
136
  return 'creativestyle/apa_checkout.min.js';
app/code/community/Creativestyle/AmazonPayments/Model/Config.php CHANGED
@@ -38,6 +38,7 @@ class Creativestyle_AmazonPayments_Model_Config {
38
  const XML_PATH_DESIGN_BUTTON_SIZE = 'amazonpayments/design_pay/button_size';
39
  const XML_PATH_DESIGN_BUTTON_COLOR = 'amazonpayments/design_pay/button_color';
40
 
 
41
  const XML_PATH_DESIGN_ADDRESS_WIDTH = 'amazonpayments/design/address_width';
42
  const XML_PATH_DESIGN_ADDRESS_HEIGHT = 'amazonpayments/design/address_height';
43
  const XML_PATH_DESIGN_PAYMENT_WIDTH = 'amazonpayments/design/payment_width';
@@ -323,4 +324,7 @@ class Creativestyle_AmazonPayments_Model_Config {
323
  Mage::getConfig()->saveConfig(self::XML_PATH_GENERAL_RECENT_POLLED_TXN, $txnId)->cleanCache();
324
  }
325
 
 
 
 
326
  }
38
  const XML_PATH_DESIGN_BUTTON_SIZE = 'amazonpayments/design_pay/button_size';
39
  const XML_PATH_DESIGN_BUTTON_COLOR = 'amazonpayments/design_pay/button_color';
40
 
41
+ const XML_PATH_DESIGN_RESPONSIVE = 'amazonpayments/design/responsive';
42
  const XML_PATH_DESIGN_ADDRESS_WIDTH = 'amazonpayments/design/address_width';
43
  const XML_PATH_DESIGN_ADDRESS_HEIGHT = 'amazonpayments/design/address_height';
44
  const XML_PATH_DESIGN_PAYMENT_WIDTH = 'amazonpayments/design/payment_width';
324
  Mage::getConfig()->saveConfig(self::XML_PATH_GENERAL_RECENT_POLLED_TXN, $txnId)->cleanCache();
325
  }
326
 
327
+ public function isResponsive($store = null) {
328
+ return Mage::getStoreConfigFlag(self::XML_PATH_DESIGN_RESPONSIVE, $store);
329
+ }
330
  }
app/code/community/Creativestyle/AmazonPayments/Model/Payment/Advanced/Abstract.php CHANGED
@@ -28,7 +28,7 @@ abstract class Creativestyle_AmazonPayments_Model_Payment_Advanced_Abstract exte
28
  protected $_canRefund = true;
29
  protected $_canRefundInvoicePartial = true;
30
  protected $_canVoid = true;
31
- protected $_canUseInternal = true;
32
  protected $_canUseCheckout = false;
33
  protected $_canUseForMultishipping = false;
34
  protected $_isInitializeNeeded = true;
28
  protected $_canRefund = true;
29
  protected $_canRefundInvoicePartial = true;
30
  protected $_canVoid = true;
31
+ protected $_canUseInternal = false;
32
  protected $_canUseCheckout = false;
33
  protected $_canUseForMultishipping = false;
34
  protected $_isInitializeNeeded = true;
app/code/community/Creativestyle/AmazonPayments/controllers/Advanced/LoginController.php CHANGED
@@ -75,7 +75,7 @@ class Creativestyle_AmazonPayments_Advanced_LoginController extends Mage_Core_Co
75
  $this->_redirectUrl($this->_getTargetUrl());
76
  return;
77
  } else {
78
- $this->_getCustomerSession()->addError($this->__('Invalid password.'));
79
  }
80
  }
81
  $update = $this->getLayout()->getUpdate();
75
  $this->_redirectUrl($this->_getTargetUrl());
76
  return;
77
  } else {
78
+ $this->_getCustomerSession()->addError($this->__('Invalid password'));
79
  }
80
  }
81
  $update = $this->getLayout()->getUpdate();
app/code/community/Creativestyle/AmazonPayments/etc/config.xml CHANGED
@@ -17,7 +17,7 @@
17
  <config>
18
  <modules>
19
  <Creativestyle_AmazonPayments>
20
- <version>1.2.4</version>
21
  </Creativestyle_AmazonPayments>
22
  </modules>
23
  <global>
@@ -431,6 +431,7 @@
431
  <authorization_declined_identity>sales</authorization_declined_identity>
432
  </email>
433
  <design>
 
434
  <address_width>442</address_width>
435
  <address_height>260</address_height>
436
  <payment_width>442</payment_width>
17
  <config>
18
  <modules>
19
  <Creativestyle_AmazonPayments>
20
+ <version>1.2.6</version>
21
  </Creativestyle_AmazonPayments>
22
  </modules>
23
  <global>
431
  <authorization_declined_identity>sales</authorization_declined_identity>
432
  </email>
433
  <design>
434
+ <responsive>1</responsive>
435
  <address_width>442</address_width>
436
  <address_height>260</address_height>
437
  <payment_width>442</payment_width>
app/code/community/Creativestyle/AmazonPayments/etc/system.xml CHANGED
@@ -270,6 +270,15 @@
270
  <show_in_website>1</show_in_website>
271
  <show_in_store>1</show_in_store>
272
  <fields>
 
 
 
 
 
 
 
 
 
273
  <address_width translate="label comment">
274
  <label>Address widget width</label>
275
  <comment>Enter a value between 200 and 600 pixels. For one-column widget please enter width less than 400.</comment>
@@ -279,6 +288,7 @@
279
  <show_in_default>1</show_in_default>
280
  <show_in_website>1</show_in_website>
281
  <show_in_store>1</show_in_store>
 
282
  </address_width>
283
  <address_height translate="label comment">
284
  <label>Address widget height</label>
@@ -289,6 +299,7 @@
289
  <show_in_default>1</show_in_default>
290
  <show_in_website>1</show_in_website>
291
  <show_in_store>1</show_in_store>
 
292
  </address_height>
293
  <payment_width translate="label comment">
294
  <label>Wallet widget width</label>
@@ -299,6 +310,7 @@
299
  <show_in_default>1</show_in_default>
300
  <show_in_website>1</show_in_website>
301
  <show_in_store>1</show_in_store>
 
302
  </payment_width>
303
  <payment_height translate="label comment">
304
  <label>Wallet widget height</label>
@@ -309,6 +321,7 @@
309
  <show_in_default>1</show_in_default>
310
  <show_in_website>1</show_in_website>
311
  <show_in_store>1</show_in_store>
 
312
  </payment_height>
313
  </fields>
314
  </design>
270
  <show_in_website>1</show_in_website>
271
  <show_in_store>1</show_in_store>
272
  <fields>
273
+ <responsive translate="label">
274
+ <label>Use responsive widgets</label>
275
+ <frontend_type>select</frontend_type>
276
+ <source_model>adminhtml/system_config_source_yesno</source_model>
277
+ <sort_order>10</sort_order>
278
+ <show_in_default>1</show_in_default>
279
+ <show_in_website>1</show_in_website>
280
+ <show_in_store>1</show_in_store>
281
+ </responsive>
282
  <address_width translate="label comment">
283
  <label>Address widget width</label>
284
  <comment>Enter a value between 200 and 600 pixels. For one-column widget please enter width less than 400.</comment>
288
  <show_in_default>1</show_in_default>
289
  <show_in_website>1</show_in_website>
290
  <show_in_store>1</show_in_store>
291
+ <depends><responsive>0</responsive></depends>
292
  </address_width>
293
  <address_height translate="label comment">
294
  <label>Address widget height</label>
299
  <show_in_default>1</show_in_default>
300
  <show_in_website>1</show_in_website>
301
  <show_in_store>1</show_in_store>
302
+ <depends><responsive>0</responsive></depends>
303
  </address_height>
304
  <payment_width translate="label comment">
305
  <label>Wallet widget width</label>
310
  <show_in_default>1</show_in_default>
311
  <show_in_website>1</show_in_website>
312
  <show_in_store>1</show_in_store>
313
+ <depends><responsive>0</responsive></depends>
314
  </payment_width>
315
  <payment_height translate="label comment">
316
  <label>Wallet widget height</label>
321
  <show_in_default>1</show_in_default>
322
  <show_in_website>1</show_in_website>
323
  <show_in_store>1</show_in_store>
324
+ <depends><responsive>0</responsive></depends>
325
  </payment_height>
326
  </fields>
327
  </design>
app/design/frontend/base/default/layout/amazonpayments.xml CHANGED
@@ -18,6 +18,7 @@
18
  <default>
19
  <reference name="head">
20
  <action method="addCss"><stylesheet helper="amazonpayments/getHeadCss"/></action>
 
21
  <action method="addJs"><script helper="amazonpayments/getHeadJs"/></action>
22
  <action method="addJs"><script helper="amazonpayments/getHeadTooltipJs"/></action>
23
  <block type="amazonpayments/head" name="amazonpayments.head" template="creativestyle/amazonpayments/head.phtml">
@@ -73,9 +74,8 @@
73
  <reference name="content">
74
  <block type="amazonpayments/checkout" name="amazonpayments.checkout" as="checkout" template="creativestyle/amazonpayments/checkout.phtml">
75
  <block type="amazonpayments/checkout_notice" name="amazonpayments.checkout.capture_notice" as="capture_notice" template="creativestyle/amazonpayments/checkout/capture_notice.phtml"/>
76
- <block type="checkout/onepage_shipping_method" name="amazonpayments.checkout.shipping_method" as="shipping_method" template="creativestyle/amazonpayments/checkout/shipping_method.phtml">
77
- <block type="checkout/onepage_shipping_method_additional" name="amazonpayments.checkout.shipping_method.additional" as="additional" template="checkout/onepage/shipping_method/additional.phtml"/>
78
- </block>
79
  <block type="amazonpayments/checkout_sandboxToolbox" name="amazonpayments.checkout.sandbox_toolbox" as="sandbox_toolbox" template="creativestyle/amazonpayments/checkout/sandbox_toolbox.phtml"/>
80
  <block type="checkout/onepage_review_info" name="amazonpayments_advanced.checkout.review" as="review" template="checkout/onepage/review/info.phtml">
81
  <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
18
  <default>
19
  <reference name="head">
20
  <action method="addCss"><stylesheet helper="amazonpayments/getHeadCss"/></action>
21
+ <action method="addCss"><stylesheet helper="amazonpayments/getWidgetsCss"/></action>
22
  <action method="addJs"><script helper="amazonpayments/getHeadJs"/></action>
23
  <action method="addJs"><script helper="amazonpayments/getHeadTooltipJs"/></action>
24
  <block type="amazonpayments/head" name="amazonpayments.head" template="creativestyle/amazonpayments/head.phtml">
74
  <reference name="content">
75
  <block type="amazonpayments/checkout" name="amazonpayments.checkout" as="checkout" template="creativestyle/amazonpayments/checkout.phtml">
76
  <block type="amazonpayments/checkout_notice" name="amazonpayments.checkout.capture_notice" as="capture_notice" template="creativestyle/amazonpayments/checkout/capture_notice.phtml"/>
77
+ <block type="checkout/onepage_shipping_method" name="amazonpayments.checkout.shipping_method" as="shipping_method" template="creativestyle/amazonpayments/checkout/shipping_method.phtml"/>
78
+ <!--<block type="checkout/onepage_shipping_method_additional" name="amazonpayments.checkout.shipping_method.additional" as="additional" template="checkout/onepage/shipping_method/additional.phtml"/>-->
 
79
  <block type="amazonpayments/checkout_sandboxToolbox" name="amazonpayments.checkout.sandbox_toolbox" as="sandbox_toolbox" template="creativestyle/amazonpayments/checkout/sandbox_toolbox.phtml"/>
80
  <block type="checkout/onepage_review_info" name="amazonpayments_advanced.checkout.review" as="review" template="checkout/onepage/review/info.phtml">
81
  <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
app/design/frontend/base/default/template/creativestyle/amazonpayments/checkout.phtml CHANGED
@@ -17,7 +17,15 @@
17
  <h1><?php echo $this->__('Pay with Amazon'); ?></h1>
18
  </div>
19
  <?php echo $this->getChildHtml('capture_notice'); ?>
20
- <ol class="apa<?php if (!Mage::helper('amazonpayments')->isMobileDevice()): ?> desktop-layout<?php endif; ?>" id="checkoutSteps">
 
 
 
 
 
 
 
 
21
  <?php if (!$this->isVirtual()): ?>
22
  <li id="apa-shipping" class="section amazon-widget">
23
  <div id="addressBookWidgetDiv"></div>
@@ -27,23 +35,23 @@
27
  <div id="walletWidgetDiv"></div>
28
  </li>
29
  <?php if (!$this->isVirtual()): ?>
30
- <li id="apa-shipping_method" class="section store-widget">
31
  <div class="step-title">
32
  <h2><?php echo $this->helper('checkout')->__('Shipping Method'); ?></h2>
33
  </div>
34
  <div class="section-content"><?php echo $this->getChildHtml('shipping_method'); ?></div>
35
  <div class="section-please-wait"></div>
36
  </li>
 
 
 
 
 
 
 
 
37
  <?php endif; ?>
38
- <?php if ($this->showSandboxToolbox()): ?>
39
- <li class="section store-widget">
40
- <div class="step-title">
41
- <h2><?php echo $this->helper('amazonpayments')->__('Sandbox Toolbox'); ?></h2>
42
- </div>
43
- <div class="section-content"><?php echo $this->getChildHtml('sandbox_toolbox'); ?></div>
44
- </li>
45
- <?php endif; ?>
46
- <li id="apa-review" class="section store-widget">
47
  <div class="step-title">
48
  <h2><?php echo $this->helper('checkout')->__('Order Review'); ?></h2>
49
  </div>
17
  <h1><?php echo $this->__('Pay with Amazon'); ?></h1>
18
  </div>
19
  <?php echo $this->getChildHtml('capture_notice'); ?>
20
+ <ol class="apa<?php if ($this->isVirtual()): ?> apa-virtual-checkout<?php endif; ?>" id="checkoutSteps">
21
+ <?php if ($this->showSandboxToolbox()): ?>
22
+ <li class="section store-widget">
23
+ <div class="step-title">
24
+ <h2><?php echo $this->helper('amazonpayments')->__('Sandbox Toolbox'); ?></h2>
25
+ </div>
26
+ <div class="section-content"><?php echo $this->getChildHtml('sandbox_toolbox'); ?></div>
27
+ </li>
28
+ <?php endif; ?>
29
  <?php if (!$this->isVirtual()): ?>
30
  <li id="apa-shipping" class="section amazon-widget">
31
  <div id="addressBookWidgetDiv"></div>
35
  <div id="walletWidgetDiv"></div>
36
  </li>
37
  <?php if (!$this->isVirtual()): ?>
38
+ <li id="apa-shipping_method" class="section narrow-section store-widget">
39
  <div class="step-title">
40
  <h2><?php echo $this->helper('checkout')->__('Shipping Method'); ?></h2>
41
  </div>
42
  <div class="section-content"><?php echo $this->getChildHtml('shipping_method'); ?></div>
43
  <div class="section-please-wait"></div>
44
  </li>
45
+ <?php if ($additional = $this->getChildHtml('additional')): ?>
46
+ <li id="apa-shipping_method_additional" class="section store-widget">
47
+ <div class="step-title"></div>
48
+ <div class="section-content" id="amazonpayments-checkout-shipping-method-additional-load">
49
+ <?php echo $additional; ?>
50
+ </div>
51
+ </li>
52
+ <?php endif; ?>
53
  <?php endif; ?>
54
+ <li id="apa-review" class="section review-section store-widget">
 
 
 
 
 
 
 
 
55
  <div class="step-title">
56
  <h2><?php echo $this->helper('checkout')->__('Order Review'); ?></h2>
57
  </div>
app/design/frontend/base/default/template/creativestyle/amazonpayments/checkout/js.phtml CHANGED
@@ -37,13 +37,8 @@
37
  shippingMethod: 'shippingMethodWidgetDiv',
38
  review: 'reviewWidgetDiv'
39
  }, {
40
- <?php if (Mage::helper('amazonpayments')->isMobileDevice()): ?>
41
- addressBook: {
42
- designMode: 'smartphoneCollapsible'
43
- },
44
- wallet: {
45
- designMode: 'smartphoneCollapsible'
46
- }
47
  <?php else: ?>
48
  addressBook: {
49
  size: {
37
  shippingMethod: 'shippingMethodWidgetDiv',
38
  review: 'reviewWidgetDiv'
39
  }, {
40
+ <?php if ($this->isResponsive()): ?>
41
+ responsive: true,
 
 
 
 
 
42
  <?php else: ?>
43
  addressBook: {
44
  size: {
app/design/frontend/base/default/template/creativestyle/amazonpayments/login/form/account_confirm.phtml CHANGED
@@ -23,7 +23,7 @@
23
  <input name="action" type="hidden" value="account_confirm">
24
  <div class="account-login">
25
  <div class="content">
26
- <p><?php echo $this->__('Please enter your Magento password to match it with your Amazon account.') ?></p>
27
  <ul class="form-list">
28
  <li>
29
  <label for="email" class="required"><em>*</em><?php echo $this->__('Email Address') ?></label>
23
  <input name="action" type="hidden" value="account_confirm">
24
  <div class="account-login">
25
  <div class="content">
26
+ <p><?php echo $this->__('Please enter your shop password to match it with your Amazon account.') ?></p>
27
  <ul class="form-list">
28
  <li>
29
  <label for="email" class="required"><em>*</em><?php echo $this->__('Email Address') ?></label>
app/locale/de_DE/Creativestyle_AmazonPayments.csv CHANGED
@@ -83,6 +83,7 @@
83
  "In Sandbox Mode you can simulate certain states of selected payment objects.","Im Sandbox Modus können Sie verschiedene Statuswerte von bestimmten Zahlungsobjekten simulieren."
84
  "Installed Magento extensions","Installierte Magento Erweiterungen"
85
  "Installed PHP modules","Installierte PHP Module"
 
86
  "IPN endpoint URL","IPN Endpunkt URL"
87
  "IPN Notifications","IPN Notifications"
88
  "Large","Groß"
@@ -112,9 +113,12 @@
112
  "Pay with Amazon Exceptions","Pay with Amazon Exceptions"
113
  "per page","pro Seite"
114
  "Please enter this URL in the <strong>Merchant URL</strong> field of the Integration Settings in your Amazon Seller Central.","Diese URL bitte in dem Feld <strong>Händler-URL</strong> in den Integrationseinstellungen in der Amazon Sellercentral einstellen."
 
 
 
 
115
  "Preview","Vorschau"
116
  "Response code","Response code"
117
- "Please note that the total amount of the order will be charged at order placement.","Bitte beachten Sie dass der komplette Betrag bei Bestellung belastet wird."
118
  "Sandbox Mode","Sandbox-Modus"
119
  "Secret Access Key","Secret Access Key"
120
  "Select appropriate store view scope to display IPN endpoint URL","Bitte den richtigen Konfigurationsumfang in der Liste der Läden auswählen um die IPN endpoint URLs anzuzeigen."
83
  "In Sandbox Mode you can simulate certain states of selected payment objects.","Im Sandbox Modus können Sie verschiedene Statuswerte von bestimmten Zahlungsobjekten simulieren."
84
  "Installed Magento extensions","Installierte Magento Erweiterungen"
85
  "Installed PHP modules","Installierte PHP Module"
86
+ "Invalid password","Falsches Passwort"
87
  "IPN endpoint URL","IPN Endpunkt URL"
88
  "IPN Notifications","IPN Notifications"
89
  "Large","Groß"
113
  "Pay with Amazon Exceptions","Pay with Amazon Exceptions"
114
  "per page","pro Seite"
115
  "Please enter this URL in the <strong>Merchant URL</strong> field of the Integration Settings in your Amazon Seller Central.","Diese URL bitte in dem Feld <strong>Händler-URL</strong> in den Integrationseinstellungen in der Amazon Sellercentral einstellen."
116
+ "Please enter your shop password to match it with your Amazon account.","Bitte geben Sie Ihr Shop Passwort ein damit die Kontos verknüpft werden."
117
+ "Please fill in required data that cannot be retrieved from your Amazon account.","Bitte füllen Sie folgende obligatorische Felder aus die wir nicht aus dem Amazon Konto übernehmen konnten."
118
+ "Please note that the total amount of the order will be charged at order placement.","Bitte beachten Sie dass der komplette Betrag bei Bestellung belastet wird."
119
+ "Please provide all required data.","Bitte füllen Sie die obligatorischen Felder aus."
120
  "Preview","Vorschau"
121
  "Response code","Response code"
 
122
  "Sandbox Mode","Sandbox-Modus"
123
  "Secret Access Key","Secret Access Key"
124
  "Select appropriate store view scope to display IPN endpoint URL","Bitte den richtigen Konfigurationsumfang in der Liste der Läden auswählen um die IPN endpoint URLs anzuzeigen."
app/locale/en_GB/Creativestyle_AmazonPayments.csv CHANGED
@@ -83,6 +83,7 @@
83
  "In Sandbox Mode you can simulate certain states of selected payment objects.","In Sandbox Mode you can simulate certain states of selected payment objects."
84
  "Installed Magento extensions","Installed Magento extensions"
85
  "Installed PHP modules","Installed PHP modules"
 
86
  "IPN endpoint URL","IPN endpoint URL"
87
  "IPN Notifications","IPN Notifications"
88
  "Large","Large"
@@ -112,9 +113,12 @@
112
  "Pay with Amazon Exceptions","Pay with Amazon Exceptions"
113
  "per page","per page"
114
  "Please enter this URL in the <strong>Merchant URL</strong> field of the Integration Settings in your Amazon Seller Central.","Please enter this URL in the <strong>Merchant URL</strong> field of the Integration Settings in your Amazon Seller Central."
 
 
 
 
115
  "Preview","Preview"
116
  "Response code","Response code"
117
- "Please note that the total amount of the order will be charged at order placement.","Please note that the total amount of the order will be charged at order placement."
118
  "Sandbox Mode","Sandbox Mode"
119
  "Secret Access Key","Secret Access Key"
120
  "Select appropriate store view scope to display IPN endpoint URL","Select appropriate store view scope to display IPN endpoint URL"
83
  "In Sandbox Mode you can simulate certain states of selected payment objects.","In Sandbox Mode you can simulate certain states of selected payment objects."
84
  "Installed Magento extensions","Installed Magento extensions"
85
  "Installed PHP modules","Installed PHP modules"
86
+ "Invalid password","Invalid password"
87
  "IPN endpoint URL","IPN endpoint URL"
88
  "IPN Notifications","IPN Notifications"
89
  "Large","Large"
113
  "Pay with Amazon Exceptions","Pay with Amazon Exceptions"
114
  "per page","per page"
115
  "Please enter this URL in the <strong>Merchant URL</strong> field of the Integration Settings in your Amazon Seller Central.","Please enter this URL in the <strong>Merchant URL</strong> field of the Integration Settings in your Amazon Seller Central."
116
+ "Please enter your shop password to match it with your Amazon account.","Please enter your shop password to match it with your Amazon account."
117
+ "Please fill in required data that cannot be retrieved from your Amazon account.","Please fill in required data that cannot be retrieved from your Amazon account."
118
+ "Please note that the total amount of the order will be charged at order placement.","Please note that the total amount of the order will be charged at order placement."
119
+ "Please provide all required data.","Please provide all required data."
120
  "Preview","Preview"
121
  "Response code","Response code"
 
122
  "Sandbox Mode","Sandbox Mode"
123
  "Secret Access Key","Secret Access Key"
124
  "Select appropriate store view scope to display IPN endpoint URL","Select appropriate store view scope to display IPN endpoint URL"
app/locale/en_US/Creativestyle_AmazonPayments.csv CHANGED
@@ -83,6 +83,7 @@
83
  "In Sandbox Mode you can simulate certain states of selected payment objects.","In Sandbox Mode you can simulate certain states of selected payment objects."
84
  "Installed Magento extensions","Installed Magento extensions"
85
  "Installed PHP modules","Installed PHP modules"
 
86
  "IPN endpoint URL","IPN endpoint URL"
87
  "IPN Notifications","IPN Notifications"
88
  "Large","Large"
@@ -112,9 +113,12 @@
112
  "Pay with Amazon Exceptions","Pay with Amazon Exceptions"
113
  "per page","per page"
114
  "Please enter this URL in the <strong>Merchant URL</strong> field of the Integration Settings in your Amazon Seller Central.","Please enter this URL in the <strong>Merchant URL</strong> field of the Integration Settings in your Amazon Seller Central."
 
 
 
 
115
  "Preview","Preview"
116
  "Response code","Response code"
117
- "Please note that the total amount of the order will be charged at order placement.","Please note that the total amount of the order will be charged at order placement."
118
  "Sandbox Mode","Sandbox Mode"
119
  "Secret Access Key","Secret Access Key"
120
  "Select appropriate store view scope to display IPN endpoint URL","Select appropriate store view scope to display IPN endpoint URL"
83
  "In Sandbox Mode you can simulate certain states of selected payment objects.","In Sandbox Mode you can simulate certain states of selected payment objects."
84
  "Installed Magento extensions","Installed Magento extensions"
85
  "Installed PHP modules","Installed PHP modules"
86
+ "Invalid password","Invalid password"
87
  "IPN endpoint URL","IPN endpoint URL"
88
  "IPN Notifications","IPN Notifications"
89
  "Large","Large"
113
  "Pay with Amazon Exceptions","Pay with Amazon Exceptions"
114
  "per page","per page"
115
  "Please enter this URL in the <strong>Merchant URL</strong> field of the Integration Settings in your Amazon Seller Central.","Please enter this URL in the <strong>Merchant URL</strong> field of the Integration Settings in your Amazon Seller Central."
116
+ "Please enter your shop password to match it with your Amazon account.","Please enter your shop password to match it with your Amazon account."
117
+ "Please fill in required data that cannot be retrieved from your Amazon account.","Please fill in required data that cannot be retrieved from your Amazon account."
118
+ "Please note that the total amount of the order will be charged at order placement.","Please note that the total amount of the order will be charged at order placement."
119
+ "Please provide all required data.","Please provide all required data."
120
  "Preview","Preview"
121
  "Response code","Response code"
 
122
  "Sandbox Mode","Sandbox Mode"
123
  "Secret Access Key","Secret Access Key"
124
  "Select appropriate store view scope to display IPN endpoint URL","Select appropriate store view scope to display IPN endpoint URL"
js/creativestyle/apa_checkout.min.js CHANGED
@@ -1 +1 @@
1
- if(!window.Review){var Review=function(){}}var APA={live:true,virtual:false,submitAllowed:false,Widgets:{ShippingMethod:Class.create({initialize:function(a){this.layer=$(APA.layers.shippingMethod);Object.extend(this,a);Event.stopObserving(this.layer,"widget:update").observe("widget:update",this.onUpdate.bindAsEventListener(this))},update:function(b){try{Element.update(this.layer,b);if(!this.layer.down("input[type=radio]:checked")){var a=this.layer.down("input[type=radio]");if(a){a.checked=true}}Event.stopObserving(this.layer,"change").observe("change",this.onShippingMethodSelect.bindAsEventListener(this));Event.stopObserving(this.layer,"widget:checked").observe("widget:checked",this.onShippingMethodSelect.bindAsEventListener(this));Event.fire(this.layer,"widget:update")}catch(c){this.onError(c)}}}),Review:Class.create({initialize:function(a){this.layer=$(APA.layers.review);Object.extend(this,a)},update:function(a){try{Element.update(this.layer,a)}catch(b){this.onError(b)}}})},setLoadWaiting:function(){for(var b=0;b<arguments.length;b++){if($(arguments[b])){var a=$(arguments[b]).up("li");a.addClassName("loading")}}return this},unsetLoadWaiting:function(){for(var b=0;b<arguments.length;b++){if($(arguments[b])){var a=$(arguments[b]).up("li");a.removeClassName("loading")}}return this},setOrderSaveWaiting:function(){if($(APA.layers.review)){var a=$(APA.layers.review).down(".please-wait");if(a){Element.show(a)}}if($("checkoutSteps")){$("checkoutSteps").insert({top:new Element("div",{"class":"amazon-widget-overlay"})})}this.disableSubmit()},unsetOrderSaveWaiting:function(){if($(APA.layers.review)){var a=$(APA.layers.review).down(".please-wait");if(a){Element.hide(a)}}if($("checkoutSteps")&&$("checkoutSteps").down(".amazon-widget-overlay")){$("checkoutSteps").down(".amazon-widget-overlay").remove()}this.enableSubmit()},initCheckout:function(){this.disableSubmit().scaffoldPaymentWidget();if(this.virtual){return this.setLoadWaiting(APA.layers.wallet).renderWalletWidget()}if(!this.orderReferenceId){return this.setLoadWaiting(APA.layers.shippingMethod,APA.layers.wallet,APA.layers.review).renderAddressBookWidget()}return this.setLoadWaiting(APA.layers.shippingMethod,APA.layers.wallet,APA.layers.review).renderAddressBookWidget().renderWalletWidget()},scaffoldPaymentWidget:function(){if(typeof APA.design.wallet.size!="undefined"){if(APA.design.wallet.size.width){$(APA.layers.wallet).up().setStyle({width:APA.design.wallet.size.width})}if(APA.design.wallet.size.height){$(APA.layers.wallet).up().setStyle({height:APA.design.wallet.size.height})}}return this},renderButtonWidget:function(c){if(APA.urls.login!=null){$$(APA.layers.payButtons).each(function(d){new OffAmazonPayments.Button(d.identify(),APA.sellerId,{type:d.buttonType||APA.design.payButton.type||"PwA",size:d.buttonSize||APA.design.payButton.size,color:d.buttonColor||APA.design.payButton.color,authorization:function(){amazon.Login.authorize({scope:"profile payments:widget payments:shipping_address",popup:true},APA.urls.pay)},onError:APA.amazonErrorCallback})});$$(APA.layers.loginButtons).each(function(d){new OffAmazonPayments.Button(d.identify(),APA.sellerId,{type:d.buttonType||APA.design.loginButton.type||"LwA",size:d.buttonSize||APA.design.loginButton.size,color:d.buttonColor||APA.design.loginButton.color,authorization:function(){amazon.Login.authorize({scope:"profile payments:widget payments:shipping_address",popup:true},APA.urls.login)},onError:APA.amazonErrorCallback})})}else{$$(APA.layers.payButtons).each(function(d){new OffAmazonPayments.Widgets.Button({sellerId:APA.sellerId,useAmazonAddressBook:!APA.virtual,onSignIn:APA.signInCallback,onError:APA.amazonErrorCallback}).bind(d.identify())})}if(c&&typeof Tooltip!="undefined"){var b=$$(APA.layers.payButtons+","+APA.layers.loginButtons).findAll(function(d){return d.hasClassName("with-tooltip")});if(b.length){var a=document.createElement("div");a.setAttribute("id","pay-with-amazon-tooltip");a.addClassName("pay-with-amazon-tooltip");a.setStyle({display:"none",zIndex:10});a.update(c);document.body.appendChild(a);b.each(function(d){var e=d.down("img");if(e){new Tooltip(e,a)}})}}},signInCallback:function(a){var c=document.createElement("input");c.setAttribute("type","hidden");c.setAttribute("name","orderReferenceId");c.setAttribute("value",a.getAmazonOrderReferenceId());var b=document.createElement("form");b.setAttribute("method","post");b.setAttribute("action",APA.urls.checkout);b.appendChild(c);document.body.appendChild(b);b.submit();return},renderAddressBookWidget:function(){APA.setLoadWaiting(APA.layers.shippingMethod,APA.layers.review);new OffAmazonPayments.Widgets.AddressBook({sellerId:APA.sellerId,onOrderReferenceCreate:APA.orderReferenceCreateCallback,amazonOrderReferenceId:APA.orderReferenceId,design:APA.design.addressBook,onAddressSelect:APA.addressSelectCallback,onError:APA.amazonErrorCallback}).bind(APA.layers.addressBook);return this},orderReferenceCreateCallback:function(a){if(!APA.orderReferenceId){APA.orderReferenceId=a.getAmazonOrderReferenceId();if(!APA.virtual){APA.renderWalletWidget()}}},addressSelectCallback:function(){APA.setLoadWaiting(APA.layers.shippingMethod,APA.layers.review);new Ajax.Request(APA.urls.saveShipping,{method:"post",parameters:{orderReferenceId:APA.orderReferenceId},evalScripts:true,onSuccess:APA.successCallback,onFailure:APA.ajaxFailureCallback})},renderShippingMethodWidget:function(a){APA.setLoadWaiting(APA.layers.review);new APA.Widgets.ShippingMethod({onShippingMethodSelect:APA.shippingMethodSelectCallback,onUpdate:APA.shippingMethodUpdateCallback,onError:APA.magentoErrorCallback}).update(a);return this},shippingMethodSelectCallback:function(a){APA.setLoadWaiting(APA.layers.review);new Ajax.Request(APA.urls.saveShippingMethod,{method:"post",parameters:Form.serialize($("co-shipping-method-form")),evalScripts:true,onSuccess:APA.successCallback,onFailure:APA.ajaxFailureCallback})},shippingMethodUpdateCallback:function(b){var a=Event.element(b);Event.fire(a,"widget:checked")},renderWalletWidget:function(){new OffAmazonPayments.Widgets.Wallet({sellerId:APA.sellerId,onOrderReferenceCreate:APA.orderReferenceCreateCallback,amazonOrderReferenceId:APA.orderReferenceId,design:APA.design.wallet,onError:APA.amazonErrorCallback}).bind(APA.layers.wallet);return this},renderReviewWidget:function(a){new APA.Widgets.Review({onError:APA.magentoErrorCallback}).update(a);this.submitAllowed?this.enableSubmit():this.disableSubmit();return this},successCallback:function(transport){response=eval("("+transport.responseText+")");if(response.error){APA.magentoErrorCallback(response.error_messages)}if(response.render_widget){$H(response.render_widget).each(function(pair){APA["render"+pair.key.capitalize().camelize()+"Widget"](pair.value);if(pair.value){APA.unsetLoadWaiting(APA.layers[pair.key.camelize()])}})}if(response.allow_submit){APA.allowSubmit(true)}else{APA.allowSubmit(false)}},saveOrderCallback:function(transport){response=eval("("+transport.responseText+")");if(response.success){window.location=APA.urls.success}if(response.redirect){window.location=response.redirect}if(response.error){APA.unsetOrderSaveWaiting();APA.magentoErrorCallback(response.error_messages)}},ajaxFailureCallback:function(){window.location.href=APA.urls.failure},amazonErrorCallback:function(a){if(!APA.live){console.trace();alert(a.getErrorMessage())}var b=["BuyerNotAssociated","BuyerSessionExpired","StaleOrderReference"];if(b.any(function(c){return c==a.getErrorCode()})){window.location.href=APA.urls.failure}},magentoErrorCallback:function(a){if(!APA.live){console.trace()}if(typeof(a)=="object"){a=a.join("\n")}if(a){alert(a)}},allowSubmit:function(a){this.submitAllowed=a;if(a){return this.enableSubmit()}else{return this.disableSubmit()}},disableSubmit:function(){var a=$(this.layers.review).select("div.buttons-set");if(a){a.each(function(b){b.addClassName("disabled");var c=b.down("button[type=submit].button");if(c){c.disabled=true}})}return this},enableSubmit:function(){if(this.submitAllowed){var a=$(this.layers.review).select("div.buttons-set");if(a){a.each(function(b){b.removeClassName("disabled");var c=b.down("button[type=submit].button");if(c){c.disabled=false}})}}return this},saveOrder:function(){APA.setOrderSaveWaiting();new Ajax.Request(APA.urls.saveOrder,{method:"post",parameters:APA.getSaveOrderParams(),onSuccess:APA.saveOrderCallback,onFailure:APA.ajaxFailureCallback})},getSaveOrderParams:function(){var a="";if(APA.virtual){if($("checkout-agreements")){a+=Form.serialize($("checkout-agreements"))}}else{a=Form.serialize($("co-shipping-method-form"));if($("checkout-agreements")){a+="&"+Form.serialize($("checkout-agreements"))}}a.save=true;return a},initialize:function(c,a,d,g,f,e,b){return Object.extend(APA,{sellerId:c,orderReferenceId:a,live:d,virtual:g,urls:Object.extend({login:null,pay:null,checkout:null,saveShipping:null,saveShippingMethod:null,saveOrder:null,success:null,failure:null},f),layers:Object.extend({payButtons:".payButtonWidget",loginButtons:".loginButtonWidget",addressBook:"addressBookWidgetDiv",wallet:"walletWidgetDiv",shippingMethod:"shippingMethodWidgetDiv",review:"reviewWidgetDiv"},e),design:Object.extend({addressBook:{size:{width:"440px",height:"260px"}},wallet:{size:{width:"440px",height:"260px"}},payButton:{type:"PwA"},loginButton:{type:"LwA"}},b)})}};
1
+ if(!window.Review){var Review=function(){}}var APA={live:true,virtual:false,submitAllowed:false,Widgets:{ShippingMethod:Class.create({initialize:function(a){this.layer=$(APA.layers.shippingMethod);Object.extend(this,a);Event.stopObserving(this.layer,"widget:update").observe("widget:update",this.onUpdate.bindAsEventListener(this))},update:function(b){try{Element.update(this.layer,b);if(!this.layer.down("input[type=radio]:checked")){var a=this.layer.down("input[type=radio]");if(a){a.checked=true}}Event.stopObserving(this.layer,"change").observe("change",this.onShippingMethodSelect.bindAsEventListener(this));Event.stopObserving(this.layer,"widget:checked").observe("widget:checked",this.onShippingMethodSelect.bindAsEventListener(this));Event.fire(this.layer,"widget:update")}catch(c){this.onError(c)}}}),Review:Class.create({initialize:function(a){this.layer=$(APA.layers.review);Object.extend(this,a)},update:function(a){try{Element.update(this.layer,a)}catch(b){this.onError(b)}}})},setLoadWaiting:function(){for(var b=0;b<arguments.length;b++){if($(arguments[b])){var a=$(arguments[b]).up("li");a.addClassName("loading")}}return this},unsetLoadWaiting:function(){for(var b=0;b<arguments.length;b++){if($(arguments[b])){var a=$(arguments[b]).up("li");a.removeClassName("loading")}}return this},setOrderSaveWaiting:function(){if($(APA.layers.review)){var a=$(APA.layers.review).down(".please-wait");if(a){Element.show(a)}}if($("checkoutSteps")){$("checkoutSteps").insert({top:new Element("div",{"class":"amazon-widget-overlay"})})}this.disableSubmit()},unsetOrderSaveWaiting:function(){if($(APA.layers.review)){var a=$(APA.layers.review).down(".please-wait");if(a){Element.hide(a)}}if($("checkoutSteps")&&$("checkoutSteps").down(".amazon-widget-overlay")){$("checkoutSteps").down(".amazon-widget-overlay").remove()}this.enableSubmit()},initCheckout:function(){this.disableSubmit().scaffoldPaymentWidget();if(this.virtual){return this.setLoadWaiting(APA.layers.wallet).renderWalletWidget()}if(!this.orderReferenceId){return this.setLoadWaiting(APA.layers.shippingMethod,APA.layers.wallet,APA.layers.review).renderAddressBookWidget()}return this.setLoadWaiting(APA.layers.shippingMethod,APA.layers.wallet,APA.layers.review).renderAddressBookWidget().renderWalletWidget()},scaffoldPaymentWidget:function(){if(typeof APA.design.wallet.size!="undefined"&&!APA.design.responsive){if(APA.design.wallet.size.width){$(APA.layers.wallet).up().setStyle({width:APA.design.wallet.size.width})}if(APA.design.wallet.size.height){$(APA.layers.wallet).up().setStyle({height:APA.design.wallet.size.height})}}return this},renderButtonWidget:function(c){if(APA.urls.login!=null){$$(APA.layers.payButtons).each(function(d){new OffAmazonPayments.Button(d.identify(),APA.sellerId,{type:d.buttonType||APA.design.payButton.type||"PwA",size:d.buttonSize||APA.design.payButton.size,color:d.buttonColor||APA.design.payButton.color,authorization:function(){amazon.Login.authorize({scope:"profile payments:widget payments:shipping_address",popup:true},APA.urls.pay)},onError:APA.amazonErrorCallback})});$$(APA.layers.loginButtons).each(function(d){new OffAmazonPayments.Button(d.identify(),APA.sellerId,{type:d.buttonType||APA.design.loginButton.type||"LwA",size:d.buttonSize||APA.design.loginButton.size,color:d.buttonColor||APA.design.loginButton.color,authorization:function(){amazon.Login.authorize({scope:"profile payments:widget payments:shipping_address",popup:true},APA.urls.login)},onError:APA.amazonErrorCallback})})}else{$$(APA.layers.payButtons).each(function(d){new OffAmazonPayments.Widgets.Button({sellerId:APA.sellerId,useAmazonAddressBook:!APA.virtual,onSignIn:APA.signInCallback,onError:APA.amazonErrorCallback}).bind(d.identify())})}if(c&&typeof Tooltip!="undefined"){var b=$$(APA.layers.payButtons+","+APA.layers.loginButtons).findAll(function(d){return d.hasClassName("with-tooltip")});if(b.length){var a=document.createElement("div");a.setAttribute("id","pay-with-amazon-tooltip");a.addClassName("pay-with-amazon-tooltip");a.setStyle({display:"none",zIndex:10});a.update(c);document.body.appendChild(a);b.each(function(d){var e=d.down("img");if(e){new Tooltip(e,a)}})}}},signInCallback:function(a){var c=document.createElement("input");c.setAttribute("type","hidden");c.setAttribute("name","orderReferenceId");c.setAttribute("value",a.getAmazonOrderReferenceId());var b=document.createElement("form");b.setAttribute("method","post");b.setAttribute("action",APA.urls.checkout);b.appendChild(c);document.body.appendChild(b);b.submit();return},renderAddressBookWidget:function(){APA.setLoadWaiting(APA.layers.shippingMethod,APA.layers.review);new OffAmazonPayments.Widgets.AddressBook({sellerId:APA.sellerId,onOrderReferenceCreate:APA.orderReferenceCreateCallback,amazonOrderReferenceId:APA.orderReferenceId,design:(APA.design.responsive?{designMode:"responsive"}:APA.design.addressBook),onAddressSelect:APA.addressSelectCallback,onError:APA.amazonErrorCallback}).bind(APA.layers.addressBook);return this},orderReferenceCreateCallback:function(a){if(!APA.orderReferenceId){APA.orderReferenceId=a.getAmazonOrderReferenceId();if(!APA.virtual){APA.renderWalletWidget()}}},addressSelectCallback:function(){APA.setLoadWaiting(APA.layers.shippingMethod,APA.layers.review);new Ajax.Request(APA.urls.saveShipping,{method:"post",parameters:{orderReferenceId:APA.orderReferenceId},evalScripts:true,onSuccess:APA.successCallback,onFailure:APA.ajaxFailureCallback})},renderShippingMethodWidget:function(a){APA.setLoadWaiting(APA.layers.review);new APA.Widgets.ShippingMethod({onShippingMethodSelect:APA.shippingMethodSelectCallback,onUpdate:APA.shippingMethodUpdateCallback,onError:APA.magentoErrorCallback}).update(a);return this},shippingMethodSelectCallback:function(a){APA.setLoadWaiting(APA.layers.review);new Ajax.Request(APA.urls.saveShippingMethod,{method:"post",parameters:Form.serialize($("co-shipping-method-form")),evalScripts:true,onSuccess:APA.successCallback,onFailure:APA.ajaxFailureCallback})},shippingMethodUpdateCallback:function(b){var a=Event.element(b);Event.fire(a,"widget:checked")},renderWalletWidget:function(){new OffAmazonPayments.Widgets.Wallet({sellerId:APA.sellerId,onOrderReferenceCreate:APA.orderReferenceCreateCallback,amazonOrderReferenceId:APA.orderReferenceId,design:(APA.design.responsive?{designMode:"responsive"}:APA.design.wallet),onError:APA.amazonErrorCallback}).bind(APA.layers.wallet);return this},renderReviewWidget:function(a){new APA.Widgets.Review({onError:APA.magentoErrorCallback}).update(a);this.submitAllowed?this.enableSubmit():this.disableSubmit();return this},successCallback:function(transport){response=eval("("+transport.responseText+")");if(response.error){APA.magentoErrorCallback(response.error_messages)}if(response.render_widget){$H(response.render_widget).each(function(pair){APA["render"+pair.key.capitalize().camelize()+"Widget"](pair.value);if(pair.value){APA.unsetLoadWaiting(APA.layers[pair.key.camelize()])}})}if(response.allow_submit){APA.allowSubmit(true)}else{APA.allowSubmit(false)}},saveOrderCallback:function(transport){response=eval("("+transport.responseText+")");if(response.success){window.location=APA.urls.success}if(response.redirect){window.location=response.redirect}if(response.error){APA.unsetOrderSaveWaiting();APA.magentoErrorCallback(response.error_messages)}},ajaxFailureCallback:function(){window.location.href=APA.urls.failure},amazonErrorCallback:function(a){if(!APA.live){console.trace();alert(a.getErrorMessage())}var b=["BuyerNotAssociated","BuyerSessionExpired","StaleOrderReference"];if(b.any(function(c){return c==a.getErrorCode()})){window.location.href=APA.urls.failure}},magentoErrorCallback:function(a){if(!APA.live){console.trace()}if(typeof(a)=="object"){a=a.join("\n")}if(a){alert(a)}},allowSubmit:function(a){this.submitAllowed=a;if(a){return this.enableSubmit()}else{return this.disableSubmit()}},disableSubmit:function(){var a=$(this.layers.review).select("div.buttons-set");if(a){a.each(function(b){b.addClassName("disabled");var c=b.down("button[type=submit].button");if(c){c.disabled=true}})}return this},enableSubmit:function(){if(this.submitAllowed){var a=$(this.layers.review).select("div.buttons-set");if(a){a.each(function(b){b.removeClassName("disabled");var c=b.down("button[type=submit].button");if(c){c.disabled=false}})}}return this},saveOrder:function(){APA.setOrderSaveWaiting();new Ajax.Request(APA.urls.saveOrder,{method:"post",parameters:APA.getSaveOrderParams(),onSuccess:APA.saveOrderCallback,onFailure:APA.ajaxFailureCallback})},getSaveOrderParams:function(){var a="";if(APA.virtual){if($("checkout-agreements")){a+=Form.serialize($("checkout-agreements"))}}else{a=Form.serialize($("co-shipping-method-form"));if($("checkout-agreements")){a+="&"+Form.serialize($("checkout-agreements"))}}a.save=true;return a},initialize:function(c,a,d,g,f,e,b){return Object.extend(APA,{sellerId:c,orderReferenceId:a,live:d,virtual:g,urls:Object.extend({login:null,pay:null,checkout:null,saveShipping:null,saveShippingMethod:null,saveOrder:null,success:null,failure:null},f),layers:Object.extend({payButtons:".payButtonWidget",loginButtons:".loginButtonWidget",addressBook:"addressBookWidgetDiv",wallet:"walletWidgetDiv",shippingMethod:"shippingMethodWidgetDiv",review:"reviewWidgetDiv"},e),design:Object.extend({addressBook:{size:{width:"440px",height:"260px"}},wallet:{size:{width:"440px",height:"260px"}},payButton:{type:"PwA"},loginButton:{type:"LwA"}},b)})}};
lib/OffAmazonPayments/Model.php CHANGED
@@ -188,11 +188,6 @@ abstract class OffAmazonPayments_Model
188
  if ($this->_isComplexType($fieldType[0])) {
189
  $elements = $xpath->query("//*[local-name()='$fieldName']", $dom);
190
  if ($elements->length >= 1) {
191
- include_once str_replace(
192
- '_',
193
- DIRECTORY_SEPARATOR,
194
- $fieldType[0]
195
- ) . ".php";
196
  foreach ($elements as $element) {
197
  $this->fields[$fieldName]['FieldValue'][]
198
  = new $fieldType[0]($element);
@@ -212,11 +207,6 @@ abstract class OffAmazonPayments_Model
212
  if ($this->_isComplexType($fieldType)) {
213
  $elements = $xpath->query("//*[local-name()='$fieldName']", $dom);
214
  if ($elements->length == 1) {
215
- include_once str_replace(
216
- '_',
217
- DIRECTORY_SEPARATOR,
218
- $fieldType
219
- ) . ".php";
220
  $this->fields[$fieldName]['FieldValue']
221
  = new $fieldType($elements->item(0));
222
  }
@@ -262,11 +252,6 @@ abstract class OffAmazonPayments_Model
262
  $elements = array($elements);
263
  }
264
  if (count($elements) >= 1) {
265
- include_once str_replace(
266
- '_',
267
- DIRECTORY_SEPARATOR,
268
- $fieldType[0]
269
- ) . ".php";
270
  foreach ($elements as $element) {
271
  $this->fields[$fieldName]['FieldValue'][]
272
  = new $fieldType[0]($element);
@@ -290,11 +275,6 @@ abstract class OffAmazonPayments_Model
290
  } else {
291
  if ($this->_isComplexType($fieldType)) {
292
  if (array_key_exists($fieldName, $array)) {
293
- include_once str_replace(
294
- '_',
295
- DIRECTORY_SEPARATOR,
296
- $fieldType
297
- ) . ".php";
298
  $this->fields[$fieldName]['FieldValue']
299
  = new $fieldType($array[$fieldName]);
300
  }
188
  if ($this->_isComplexType($fieldType[0])) {
189
  $elements = $xpath->query("//*[local-name()='$fieldName']", $dom);
190
  if ($elements->length >= 1) {
 
 
 
 
 
191
  foreach ($elements as $element) {
192
  $this->fields[$fieldName]['FieldValue'][]
193
  = new $fieldType[0]($element);
207
  if ($this->_isComplexType($fieldType)) {
208
  $elements = $xpath->query("//*[local-name()='$fieldName']", $dom);
209
  if ($elements->length == 1) {
 
 
 
 
 
210
  $this->fields[$fieldName]['FieldValue']
211
  = new $fieldType($elements->item(0));
212
  }
252
  $elements = array($elements);
253
  }
254
  if (count($elements) >= 1) {
 
 
 
 
 
255
  foreach ($elements as $element) {
256
  $this->fields[$fieldName]['FieldValue'][]
257
  = new $fieldType[0]($element);
275
  } else {
276
  if ($this->_isComplexType($fieldType)) {
277
  if (array_key_exists($fieldName, $array)) {
 
 
 
 
 
278
  $this->fields[$fieldName]['FieldValue']
279
  = new $fieldType($array[$fieldName]);
280
  }
lib/OffAmazonPaymentsNotifications/Client.php CHANGED
@@ -15,51 +15,6 @@
15
  * *****************************************************************************
16
  */
17
 
18
- require_once 'OffAmazonPaymentsNotifications/Interface.php';
19
- require_once 'OffAmazonPaymentsNotifications/Impl/SnsMessageParser.php';
20
- require_once 'OffAmazonPaymentsNotifications/Impl/SnsMessageValidator.php';
21
- require_once 'OffAmazonPaymentsNotifications/Impl/OpenSslVerifySignature.php';
22
- require_once 'OffAmazonPaymentsNotifications/Impl/IpnNotificationParser.php';
23
- require_once 'OffAmazonPaymentsNotifications/Impl/XmlNotificationParser.php';
24
- require_once 'OffAmazonPaymentsNotifications/InvalidMessageException.php';
25
- require_once 'OffAmazonPaymentsNotifications/Notification.php';
26
- require_once 'OffAmazonPaymentsNotifications/NotificationMetadata.php';
27
- require_once 'OffAmazonPaymentsNotifications/Model/AuthorizationDetails.php';
28
- require_once 'OffAmazonPaymentsNotifications/Model/AuthorizationNotification.php';
29
- require_once 'OffAmazonPaymentsNotifications/Model/BillingAgreement.php';
30
- require_once 'OffAmazonPaymentsNotifications/Model/BillingAgreementLimits.php';
31
- require_once 'OffAmazonPaymentsNotifications/Model/BillingAgreementNotification.php';
32
- require_once 'OffAmazonPaymentsNotifications/Model/BillingAgreementStatus.php';
33
- require_once 'OffAmazonPaymentsNotifications/Model/CaptureDetails.php';
34
- require_once 'OffAmazonPaymentsNotifications/Model/CaptureNotification.php';
35
- require_once 'OffAmazonPaymentsNotifications/Model/IdList.php';
36
- require_once 'OffAmazonPaymentsNotifications/Model/IpnNotificationMetadata.php';
37
- require_once 'OffAmazonPaymentsNotifications/Model/NotificationImpl.php';
38
- require_once 'OffAmazonPaymentsNotifications/Model/NotificationMetadataImpl.php';
39
- require_once 'OffAmazonPaymentsNotifications/Model/OrderItemCategories.php';
40
- require_once 'OffAmazonPaymentsNotifications/Model/OrderReference.php';
41
- require_once 'OffAmazonPaymentsNotifications/Model/OrderReferenceNotification.php';
42
- require_once 'OffAmazonPaymentsNotifications/Model/OrderReferenceStatus.php';
43
- require_once 'OffAmazonPaymentsNotifications/Model/OrderTotal.php';
44
- require_once 'OffAmazonPaymentsNotifications/Model/Price.php';
45
- require_once 'OffAmazonPaymentsNotifications/Model/RefundDetails.php';
46
- require_once 'OffAmazonPaymentsNotifications/Model/RefundNotification.php';
47
- require_once 'OffAmazonPaymentsNotifications/Model/SellerBillingAgreementAttributes.php';
48
- require_once 'OffAmazonPaymentsNotifications/Model/SellerOrderAttributes.php';
49
- require_once 'OffAmazonPaymentsNotifications/Model/SnsNotificationMetadata.php';
50
- require_once 'OffAmazonPaymentsNotifications/Model/Status.php';
51
- require_once 'OffAmazonPaymentsNotifications/Model/ProviderCreditNotification.php';
52
- require_once 'OffAmazonPaymentsNotifications/Model/ProviderCreditDetails.php';
53
- require_once 'OffAmazonPaymentsNotifications/Model/ProviderCreditSummary.php';
54
- require_once 'OffAmazonPaymentsNotifications/Model/ProviderCreditSummaryList.php';
55
- require_once 'OffAmazonPaymentsNotifications/Model/ProviderCreditReversalSummary.php';
56
- require_once 'OffAmazonPaymentsNotifications/Model/ProviderCreditReversalSummaryList.php';
57
- require_once 'OffAmazonPaymentsNotifications/Model/ProviderCreditReversalNotification.php';
58
- require_once 'OffAmazonPaymentsNotifications/Model/ProviderCreditReversalDetails.php';
59
- require_once 'OffAmazonPaymentsNotifications/Model/SolutionProviderMerchantNotification.php';
60
- require_once 'OffAmazonPaymentsNotifications/Model/MerchantRegistrationDetails.php';
61
- require_once 'OffAmazonPaymentsNotifications/Model/SolutionProviderOptions.php';
62
- require_once 'OffAmazonPaymentsNotifications/Model/SolutionProviderOption.php';
63
 
64
  /**
65
  * Implementation of the OffAmazonPaymentsNotifications
15
  * *****************************************************************************
16
  */
17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
 
19
  /**
20
  * Implementation of the OffAmazonPaymentsNotifications
lib/OffAmazonPaymentsNotifications/Impl/Certificate.php CHANGED
@@ -15,7 +15,6 @@
15
  * *****************************************************************************
16
  */
17
 
18
- require_once 'OffAmazonPaymentsNotifications/InvalidCertificateException.php';
19
 
20
  /**
21
  * Class to wrap a Certificate
15
  * *****************************************************************************
16
  */
17
 
 
18
 
19
  /**
20
  * Class to wrap a Certificate
lib/OffAmazonPaymentsNotifications/Impl/IpnNotificationParser.php CHANGED
@@ -15,8 +15,6 @@
15
  * *****************************************************************************
16
  */
17
 
18
- require_once 'OffAmazonPaymentsNotifications/Impl/Message.php';
19
- require_once 'OffAmazonPaymentsNotifications/Model/IpnNotificationMetadata.php';
20
 
21
  /**
22
  * Wrapper around a decoded IPN notification message
15
  * *****************************************************************************
16
  */
17
 
 
 
18
 
19
  /**
20
  * Wrapper around a decoded IPN notification message
lib/OffAmazonPaymentsNotifications/Impl/Message.php CHANGED
@@ -15,7 +15,6 @@
15
  * *****************************************************************************
16
  */
17
 
18
- require_once 'OffAmazonPaymentsNotifications/InvalidMessageException.php';
19
 
20
  /**
21
  * Class to wrap a message
15
  * *****************************************************************************
16
  */
17
 
 
18
 
19
  /**
20
  * Class to wrap a message
lib/OffAmazonPaymentsNotifications/Impl/OpenSslVerifySignature.php CHANGED
@@ -15,9 +15,6 @@
15
  * *****************************************************************************
16
  */
17
 
18
- require_once 'OffAmazonPaymentsNotifications/Impl/VerifySignature.php';
19
- require_once 'OffAmazonPaymentsNotifications/InvalidMessageException.php';
20
- require_once 'OffAmazonPaymentsNotifications/Impl/Certificate.php';
21
 
22
  /**
23
  * OpenSSL Implemntation of the verify signature algorithm
15
  * *****************************************************************************
16
  */
17
 
 
 
 
18
 
19
  /**
20
  * OpenSSL Implemntation of the verify signature algorithm
lib/OffAmazonPaymentsNotifications/Impl/SnsMessageParser.php CHANGED
@@ -15,8 +15,6 @@
15
  * *****************************************************************************
16
  */
17
 
18
- require_once 'OffAmazonPaymentsNotifications/Impl/Message.php';
19
- require_once 'OffAmazonPaymentsNotifications/Model/SnsNotificationMetadata.php';
20
 
21
  /**
22
  * Parses a json string message into an sns message
15
  * *****************************************************************************
16
  */
17
 
 
 
18
 
19
  /**
20
  * Parses a json string message into an sns message
lib/OffAmazonPaymentsNotifications/Impl/SnsMessageValidator.php CHANGED
@@ -15,9 +15,6 @@
15
  * *****************************************************************************
16
  */
17
 
18
- require_once 'OffAmazonPaymentsNotifications/Impl/Message.php';
19
- require_once 'OffAmazonPaymentsNotifications/Impl/VerifySignature.php';
20
- require_once 'OffAmazonPaymentsNotifications/InvalidMessageException.php';
21
 
22
  /**
23
  * Performs validation of the sns message to
15
  * *****************************************************************************
16
  */
17
 
 
 
 
18
 
19
  /**
20
  * Performs validation of the sns message to
lib/OffAmazonPaymentsNotifications/Impl/XmlNotificationParser.php CHANGED
@@ -15,15 +15,6 @@
15
  * *****************************************************************************
16
  */
17
 
18
- require_once 'OffAmazonPaymentsNotifications/Impl/Message.php';
19
- require_once 'OffAmazonPaymentsNotifications/Model/AuthorizationNotification.php';
20
- require_once 'OffAmazonPaymentsNotifications/Model/BillingAgreementNotification.php';
21
- require_once 'OffAmazonPaymentsNotifications/Model/RefundNotification.php';
22
- require_once 'OffAmazonPaymentsNotifications/Model/CaptureNotification.php';
23
- require_once 'OffAmazonPaymentsNotifications/Model/OrderReferenceNotification.php';
24
- require_once 'OffAmazonPaymentsNotifications/Model/ProviderCreditNotification.php';
25
- require_once 'OffAmazonPaymentsNotifications/Model/ProviderCreditReversalNotification.php';
26
- require_once 'OffAmazonPaymentsNotifications/Model/SolutionProviderMerchantNotification.php';
27
 
28
 
29
  /**
15
  * *****************************************************************************
16
  */
17
 
 
 
 
 
 
 
 
 
 
18
 
19
 
20
  /**
lib/OffAmazonPaymentsNotifications/Model/AuthorizationDetails.php CHANGED
@@ -14,7 +14,6 @@
14
  * License.
15
  * *****************************************************************************
16
  */
17
- require_once 'OffAmazonPayments/Model.php';
18
 
19
  /**
20
  * OffAmazonPaymentsNotifications_Model_AuthorizationDetails
14
  * License.
15
  * *****************************************************************************
16
  */
 
17
 
18
  /**
19
  * OffAmazonPaymentsNotifications_Model_AuthorizationDetails
lib/OffAmazonPaymentsNotifications/Model/AuthorizationNotification.php CHANGED
@@ -15,8 +15,6 @@
15
  * *****************************************************************************
16
  */
17
 
18
- require_once 'OffAmazonPaymentsNotifications/Model/NotificationImpl.php';
19
- require_once 'OffAmazonPaymentsNotifications/NotificationMetadata.php';
20
 
21
  /**
22
  * OffAmazonPaymentsNotifications_Model_AuthorizationNotification
15
  * *****************************************************************************
16
  */
17
 
 
 
18
 
19
  /**
20
  * OffAmazonPaymentsNotifications_Model_AuthorizationNotification
lib/OffAmazonPaymentsNotifications/Model/BillingAgreement.php CHANGED
@@ -14,7 +14,6 @@
14
  * License.
15
  * *****************************************************************************
16
  */
17
- require_once 'OffAmazonPayments/Model.php';
18
 
19
  /**
20
  * OffAmazonPaymentsNotifications_Model_BillingAgreement
14
  * License.
15
  * *****************************************************************************
16
  */
 
17
 
18
  /**
19
  * OffAmazonPaymentsNotifications_Model_BillingAgreement
lib/OffAmazonPaymentsNotifications/Model/BillingAgreementLimits.php CHANGED
@@ -14,7 +14,6 @@
14
  * License.
15
  * *****************************************************************************
16
  */
17
- require_once 'OffAmazonPayments/Model.php';
18
 
19
  /**
20
  * OffAmazonPaymentsNotifications_Model_BillingAgreementLimits
14
  * License.
15
  * *****************************************************************************
16
  */
 
17
 
18
  /**
19
  * OffAmazonPaymentsNotifications_Model_BillingAgreementLimits
lib/OffAmazonPaymentsNotifications/Model/BillingAgreementNotification.php CHANGED
@@ -14,8 +14,6 @@
14
  * License.
15
  * *****************************************************************************
16
  */
17
- require_once 'OffAmazonPaymentsNotifications/Model/NotificationImpl.php';
18
- require_once 'OffAmazonPaymentsNotifications/NotificationMetadata.php';
19
 
20
  /**
21
  * OffAmazonPaymentsNotifications_Model_BillingAgreementNotification
14
  * License.
15
  * *****************************************************************************
16
  */
 
 
17
 
18
  /**
19
  * OffAmazonPaymentsNotifications_Model_BillingAgreementNotification
lib/OffAmazonPaymentsNotifications/Model/BillingAgreementStatus.php CHANGED
@@ -14,7 +14,6 @@
14
  * License.
15
  * *****************************************************************************
16
  */
17
- require_once 'OffAmazonPayments/Model.php';
18
 
19
  /**
20
  * OffAmazonPaymentsNotifications_Model_BillingAgreementStatus
14
  * License.
15
  * *****************************************************************************
16
  */
 
17
 
18
  /**
19
  * OffAmazonPaymentsNotifications_Model_BillingAgreementStatus
lib/OffAmazonPaymentsNotifications/Model/CaptureDetails.php CHANGED
@@ -15,7 +15,6 @@
15
  * *****************************************************************************
16
  */
17
 
18
- require_once 'OffAmazonPayments/Model.php';
19
 
20
  /**
21
  * OffAmazonPaymentsNotifications_Model_CaptureDetails
15
  * *****************************************************************************
16
  */
17
 
 
18
 
19
  /**
20
  * OffAmazonPaymentsNotifications_Model_CaptureDetails
lib/OffAmazonPaymentsNotifications/Model/CaptureNotification.php CHANGED
@@ -15,8 +15,6 @@
15
  * *****************************************************************************
16
  */
17
 
18
- require_once 'OffAmazonPaymentsNotifications/Model/NotificationImpl.php';
19
- require_once 'OffAmazonPaymentsNotifications/NotificationMetadata.php';
20
 
21
  /**
22
  * OffAmazonPaymentsNotifications_Model_CaptureNotification
15
  * *****************************************************************************
16
  */
17
 
 
 
18
 
19
  /**
20
  * OffAmazonPaymentsNotifications_Model_CaptureNotification
lib/OffAmazonPaymentsNotifications/Model/IdList.php CHANGED
@@ -15,7 +15,6 @@
15
  * *****************************************************************************
16
  */
17
 
18
- require_once 'OffAmazonPayments/Model.php';
19
 
20
  /**
21
  * OffAmazonPaymentsNotifications_Model_IdList
15
  * *****************************************************************************
16
  */
17
 
 
18
 
19
  /**
20
  * OffAmazonPaymentsNotifications_Model_IdList
lib/OffAmazonPaymentsNotifications/Model/IpnNotificationMetadata.php CHANGED
@@ -15,7 +15,6 @@
15
  * *****************************************************************************
16
  */
17
 
18
- require_once 'OffAmazonPaymentsNotifications/Model/NotificationMetadataImpl.php';
19
 
20
  /**
21
  * IPN Message information
15
  * *****************************************************************************
16
  */
17
 
 
18
 
19
  /**
20
  * IPN Message information
lib/OffAmazonPaymentsNotifications/Model/MerchantRegistrationDetails.php CHANGED
@@ -19,7 +19,6 @@
19
  *
20
  * @see OffAmazonPaymentsNotifications_Model
21
  */
22
- require_once 'OffAmazonPayments/Model.php';
23
 
24
  /**
25
  * OffAmazonPaymentsNotifications_Model_MerchantRegistrationDetails
19
  *
20
  * @see OffAmazonPaymentsNotifications_Model
21
  */
 
22
 
23
  /**
24
  * OffAmazonPaymentsNotifications_Model_MerchantRegistrationDetails
lib/OffAmazonPaymentsNotifications/Model/NotificationImpl.php CHANGED
@@ -15,10 +15,6 @@
15
  * *****************************************************************************
16
  */
17
 
18
- require_once 'OffAmazonPayments/Model.php';
19
- require_once 'OffAmazonPaymentsNotifications/Notification.php';
20
- require_once 'OffAmazonPaymentsNotifications/NotificationMetadata.php';
21
- require_once 'OffAmazonPaymentsNotifications/Impl/Message.php';
22
 
23
  /**
24
  * NotificationsImpl class, contains common functionality for
15
  * *****************************************************************************
16
  */
17
 
 
 
 
 
18
 
19
  /**
20
  * NotificationsImpl class, contains common functionality for
lib/OffAmazonPaymentsNotifications/Model/NotificationMetadataImpl.php CHANGED
@@ -15,7 +15,6 @@
15
  * *****************************************************************************
16
  */
17
 
18
- require_once 'OffAmazonPaymentsNotifications/NotificationMetadata.php';
19
 
20
  /**
21
  * Common functions for classes that extend the message information
15
  * *****************************************************************************
16
  */
17
 
 
18
 
19
  /**
20
  * Common functions for classes that extend the message information
lib/OffAmazonPaymentsNotifications/Model/OrderItemCategories.php CHANGED
@@ -15,7 +15,6 @@
15
  * *****************************************************************************
16
  */
17
 
18
- require_once 'OffAmazonPayments/Model.php';
19
 
20
  /**
21
  * OffAmazonPaymentsNotifications_Model_OrderItemCategories
15
  * *****************************************************************************
16
  */
17
 
 
18
 
19
  /**
20
  * OffAmazonPaymentsNotifications_Model_OrderItemCategories
lib/OffAmazonPaymentsNotifications/Model/OrderReference.php CHANGED
@@ -15,7 +15,6 @@
15
  * *****************************************************************************
16
  */
17
 
18
- require_once 'OffAmazonPayments/Model.php';
19
 
20
  /**
21
  * OffAmazonPaymentsNotifications_Model_OrderReference
15
  * *****************************************************************************
16
  */
17
 
 
18
 
19
  /**
20
  * OffAmazonPaymentsNotifications_Model_OrderReference
lib/OffAmazonPaymentsNotifications/Model/OrderReferenceNotification.php CHANGED
@@ -15,8 +15,6 @@
15
  * *****************************************************************************
16
  */
17
 
18
- require_once 'OffAmazonPaymentsNotifications/Model/NotificationImpl.php';
19
- require_once 'OffAmazonPaymentsNotifications/NotificationMetadata.php';
20
 
21
  /**
22
  * OffAmazonPaymentsNotifications_Model_OrderReferenceNotification
15
  * *****************************************************************************
16
  */
17
 
 
 
18
 
19
  /**
20
  * OffAmazonPaymentsNotifications_Model_OrderReferenceNotification
lib/OffAmazonPaymentsNotifications/Model/OrderReferenceStatus.php CHANGED
@@ -15,7 +15,6 @@
15
  * *****************************************************************************
16
  */
17
 
18
- require_once 'OffAmazonPayments/Model.php';
19
 
20
 
21
 
15
  * *****************************************************************************
16
  */
17
 
 
18
 
19
 
20
 
lib/OffAmazonPaymentsNotifications/Model/OrderTotal.php CHANGED
@@ -15,7 +15,6 @@
15
  * *****************************************************************************
16
  */
17
 
18
- require_once 'OffAmazonPayments/Model.php';
19
 
20
  /**
21
  * OffAmazonPaymentsNotifications_Model_OrderTotal
15
  * *****************************************************************************
16
  */
17
 
 
18
 
19
  /**
20
  * OffAmazonPaymentsNotifications_Model_OrderTotal
lib/OffAmazonPaymentsNotifications/Model/Price.php CHANGED
@@ -14,7 +14,6 @@
14
  * License.
15
  * *****************************************************************************
16
  */
17
- require_once 'OffAmazonPayments/Model.php';
18
 
19
  /**
20
  * OffAmazonPaymentsNotifications_Model_Price
14
  * License.
15
  * *****************************************************************************
16
  */
 
17
 
18
  /**
19
  * OffAmazonPaymentsNotifications_Model_Price
lib/OffAmazonPaymentsNotifications/Model/ProviderCreditDetails.php CHANGED
@@ -19,7 +19,6 @@
19
  *
20
  * @see OffAmazonPaymentsNotifications_Model
21
  */
22
- require_once 'OffAmazonPayments/Model.php';
23
 
24
  /**
25
  * OffAmazonPaymentsNotifications_Model_ProviderCreditDetails
19
  *
20
  * @see OffAmazonPaymentsNotifications_Model
21
  */
 
22
 
23
  /**
24
  * OffAmazonPaymentsNotifications_Model_ProviderCreditDetails
lib/OffAmazonPaymentsNotifications/Model/ProviderCreditNotification.php CHANGED
@@ -15,8 +15,6 @@
15
  * *****************************************************************************
16
  */
17
 
18
- require_once 'OffAmazonPaymentsNotifications/Model/NotificationImpl.php';
19
- require_once 'OffAmazonPaymentsNotifications/NotificationMetadata.php';
20
 
21
  /**
22
  * OffAmazonPaymentsNotifications_Model_ProviderCreditNotification
15
  * *****************************************************************************
16
  */
17
 
 
 
18
 
19
  /**
20
  * OffAmazonPaymentsNotifications_Model_ProviderCreditNotification
lib/OffAmazonPaymentsNotifications/Model/ProviderCreditReversalDetails.php CHANGED
@@ -19,7 +19,6 @@
19
  *
20
  * @see OffAmazonPaymentsNotification_Model
21
  */
22
- require_once 'OffAmazonPayments/Model.php';
23
 
24
  /**
25
  * OffAmazonPaymentsNotification_Model_ProviderCreditReversalDetails
19
  *
20
  * @see OffAmazonPaymentsNotification_Model
21
  */
 
22
 
23
  /**
24
  * OffAmazonPaymentsNotification_Model_ProviderCreditReversalDetails
lib/OffAmazonPaymentsNotifications/Model/ProviderCreditReversalNotification.php CHANGED
@@ -15,8 +15,6 @@
15
  * *****************************************************************************
16
  */
17
 
18
- require_once 'OffAmazonPaymentsNotifications/Model/NotificationImpl.php';
19
- require_once 'OffAmazonPaymentsNotifications/NotificationMetadata.php';
20
 
21
  /**
22
  * OffAmazonPaymentsNotifications_Model_ProviderCreditReversalNotification
15
  * *****************************************************************************
16
  */
17
 
 
 
18
 
19
  /**
20
  * OffAmazonPaymentsNotifications_Model_ProviderCreditReversalNotification
lib/OffAmazonPaymentsNotifications/Model/ProviderCreditReversalSummary.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsNotifications_Model
21
  */
22
- require_once 'OffAmazonPayments/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsNotifications_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsNotifications/Model/ProviderCreditReversalSummaryList.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsNotifications_Model
21
  */
22
- require_once 'OffAmazonPayments/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsNotifications_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsNotifications/Model/ProviderCreditSummary.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsNotifications_Model
21
  */
22
- require_once 'OffAmazonPayments/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsNotifications_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsNotifications/Model/ProviderCreditSummaryList.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsNotifications_Model
21
  */
22
- require_once 'OffAmazonPayments/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsNotifications_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsNotifications/Model/RefundDetails.php CHANGED
@@ -15,7 +15,6 @@
15
  * *****************************************************************************
16
  */
17
 
18
- require_once 'OffAmazonPayments/Model.php';
19
 
20
  /**
21
  * OffAmazonPaymentsNotifications_Model_RefundDetails
15
  * *****************************************************************************
16
  */
17
 
 
18
 
19
  /**
20
  * OffAmazonPaymentsNotifications_Model_RefundDetails
lib/OffAmazonPaymentsNotifications/Model/RefundNotification.php CHANGED
@@ -15,8 +15,6 @@
15
  * *****************************************************************************
16
  */
17
 
18
- require_once 'OffAmazonPaymentsNotifications/Model/NotificationImpl.php';
19
- require_once 'OffAmazonPaymentsNotifications/NotificationMetadata.php';
20
 
21
  /**
22
  * OffAmazonPaymentsNotifications_Model_RefundNotification
15
  * *****************************************************************************
16
  */
17
 
 
 
18
 
19
  /**
20
  * OffAmazonPaymentsNotifications_Model_RefundNotification
lib/OffAmazonPaymentsNotifications/Model/SellerBillingAgreementAttributes.php CHANGED
@@ -14,7 +14,6 @@
14
  * License.
15
  * *****************************************************************************
16
  */
17
- require_once 'OffAmazonPayments/Model.php';
18
 
19
  /**
20
  * OffAmazonPaymentsNotifications_Model_SellerBillingAgreementAttributes
14
  * License.
15
  * *****************************************************************************
16
  */
 
17
 
18
  /**
19
  * OffAmazonPaymentsNotifications_Model_SellerBillingAgreementAttributes
lib/OffAmazonPaymentsNotifications/Model/SellerOrderAttributes.php CHANGED
@@ -15,7 +15,6 @@
15
  * *****************************************************************************
16
  */
17
 
18
- require_once 'OffAmazonPayments/Model.php';
19
 
20
  /**
21
  * OffAmazonPaymentsNotifications_Model_SellerOrderAttributes
15
  * *****************************************************************************
16
  */
17
 
 
18
 
19
  /**
20
  * OffAmazonPaymentsNotifications_Model_SellerOrderAttributes
lib/OffAmazonPaymentsNotifications/Model/SnsNotificationMetadata.php CHANGED
@@ -15,7 +15,6 @@
15
  * *****************************************************************************
16
  */
17
 
18
- require_once 'OffAmazonPaymentsNotifications/Model/NotificationMetadataImpl.php';
19
 
20
  /**
21
  * SNS Message information
15
  * *****************************************************************************
16
  */
17
 
 
18
 
19
  /**
20
  * SNS Message information
lib/OffAmazonPaymentsNotifications/Model/SolutionProviderMerchantNotification.php CHANGED
@@ -15,8 +15,6 @@
15
  * *****************************************************************************
16
  */
17
 
18
- require_once 'OffAmazonPaymentsNotifications/Model/NotificationImpl.php';
19
- require_once 'OffAmazonPaymentsNotifications/NotificationMetadata.php';
20
 
21
  /**
22
  * OffAmazonPaymentsNotifications_Model_SolutionProviderMerchantNotification
15
  * *****************************************************************************
16
  */
17
 
 
 
18
 
19
  /**
20
  * OffAmazonPaymentsNotifications_Model_SolutionProviderMerchantNotification
lib/OffAmazonPaymentsNotifications/Model/SolutionProviderOption.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsNotifications_Model
21
  */
22
- require_once 'OffAmazonPayments/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsNotifications_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsNotifications/Model/SolutionProviderOptions.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsNotifications_Model
21
  */
22
- require_once 'OffAmazonPayments/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsNotifications_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsNotifications/Model/Status.php CHANGED
@@ -15,7 +15,6 @@
15
  * *****************************************************************************
16
  */
17
 
18
- require_once 'OffAmazonPayments/Model.php';
19
 
20
 
21
 
15
  * *****************************************************************************
16
  */
17
 
 
18
 
19
 
20
 
lib/OffAmazonPaymentsService/Client.php CHANGED
@@ -19,52 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Interface
21
  */
22
- require_once 'OffAmazonPaymentsService/Interface.php';
23
- require_once 'OffAmazonPaymentsService/MerchantValues.php';
24
- require_once 'OffAmazonPaymentsService/Model/CaptureRequest.php';
25
- require_once 'OffAmazonPaymentsService/Model/CaptureResponse.php';
26
- require_once 'OffAmazonPaymentsService/Model/RefundRequest.php';
27
- require_once 'OffAmazonPaymentsService/Model/RefundResponse.php';
28
- require_once 'OffAmazonPaymentsService/Model/CloseAuthorizationRequest.php';
29
- require_once 'OffAmazonPaymentsService/Model/CloseAuthorizationResponse.php';
30
- require_once 'OffAmazonPaymentsService/Model/GetRefundDetailsRequest.php';
31
- require_once 'OffAmazonPaymentsService/Model/GetRefundDetailsResponse.php';
32
- require_once 'OffAmazonPaymentsService/Model/GetCaptureDetailsRequest.php';
33
- require_once 'OffAmazonPaymentsService/Model/GetCaptureDetailsResponse.php';
34
- require_once 'OffAmazonPaymentsService/Model/CloseOrderReferenceRequest.php';
35
- require_once 'OffAmazonPaymentsService/Model/CloseOrderReferenceResponse.php';
36
- require_once 'OffAmazonPaymentsService/Model/ConfirmOrderReferenceRequest.php';
37
- require_once 'OffAmazonPaymentsService/Model/ConfirmOrderReferenceResponse.php';
38
- require_once 'OffAmazonPaymentsService/Model/GetOrderReferenceDetailsRequest.php';
39
- require_once 'OffAmazonPaymentsService/Model/GetOrderReferenceDetailsResponse.php';
40
- require_once 'OffAmazonPaymentsService/Model/AuthorizeRequest.php';
41
- require_once 'OffAmazonPaymentsService/Model/AuthorizeResponse.php';
42
- require_once 'OffAmazonPaymentsService/Model/SetOrderReferenceDetailsRequest.php';
43
- require_once 'OffAmazonPaymentsService/Model/SetOrderReferenceDetailsResponse.php';
44
- require_once 'OffAmazonPaymentsService/Model/GetAuthorizationDetailsRequest.php';
45
- require_once 'OffAmazonPaymentsService/Model/GetAuthorizationDetailsResponse.php';
46
- require_once 'OffAmazonPaymentsService/Model/CancelOrderReferenceRequest.php';
47
- require_once 'OffAmazonPaymentsService/Model/CancelOrderReferenceResponse.php';
48
- require_once 'OffAmazonPaymentsService/Model/AuthorizeOnBillingAgreementRequest.php';
49
- require_once 'OffAmazonPaymentsService/Model/AuthorizeOnBillingAgreementResponse.php';
50
- require_once 'OffAmazonPaymentsService/Model/CloseBillingAgreementRequest.php';
51
- require_once 'OffAmazonPaymentsService/Model/CloseBillingAgreementResponse.php';
52
- require_once 'OffAmazonPaymentsService/Model/ConfirmBillingAgreementRequest.php';
53
- require_once 'OffAmazonPaymentsService/Model/ConfirmBillingAgreementResponse.php';
54
- require_once 'OffAmazonPaymentsService/Model/CreateOrderReferenceForIdRequest.php';
55
- require_once 'OffAmazonPaymentsService/Model/CreateOrderReferenceForIdResponse.php';
56
- require_once 'OffAmazonPaymentsService/Model/GetBillingAgreementDetailsRequest.php';
57
- require_once 'OffAmazonPaymentsService/Model/GetBillingAgreementDetailsResponse.php';
58
- require_once 'OffAmazonPaymentsService/Model/SetBillingAgreementDetailsRequest.php';
59
- require_once 'OffAmazonPaymentsService/Model/SetBillingAgreementDetailsResponse.php';
60
- require_once 'OffAmazonPaymentsService/Model/ValidateBillingAgreementRequest.php';
61
- require_once 'OffAmazonPaymentsService/Model/ValidateBillingAgreementResponse.php';
62
- require_once 'OffAmazonPaymentsService/Model/GetProviderCreditReversalDetailsRequest.php';
63
- require_once 'OffAmazonPaymentsService/Model/GetProviderCreditReversalDetailsResponse.php';
64
- require_once 'OffAmazonPaymentsService/Model/GetProviderCreditDetailsRequest.php';
65
- require_once 'OffAmazonPaymentsService/Model/GetProviderCreditDetailsResponse.php';
66
- require_once 'OffAmazonPaymentsService/Model/ReverseProviderCreditRequest.php';
67
- require_once 'OffAmazonPaymentsService/Model/ReverseProviderCreditResponse.php';
68
 
69
  /**
70
  * Implementation of the OffAmazonPaymentsService interface
@@ -829,7 +783,6 @@ class OffAmazonPaymentsService_Client implements OffAmazonPaymentsService_Interf
829
  } else {
830
  if ($response['Status'] === 500 || $response['Status'] === 503) {
831
 
832
- require_once 'OffAmazonPaymentsService/Model/ErrorResponse.php';
833
  $errorResponse = OffAmazonPaymentsService_Model_ErrorResponse::fromXML($response['ResponseBody']);
834
 
835
  $errors = $errorResponse->getError();
@@ -846,11 +799,9 @@ class OffAmazonPaymentsService_Client implements OffAmazonPaymentsService_Interf
846
  }
847
  /* Rethrow on deserializer error */
848
  } catch (Exception $e) {
849
- require_once 'OffAmazonPaymentsService/Exception.php';
850
  if ($e instanceof OffAmazonPaymentsService_Exception) {
851
  throw $e;
852
  } else {
853
- require_once 'OffAmazonPaymentsService/Exception.php';
854
  throw new OffAmazonPaymentsService_Exception(array('Exception' => $e, 'Message' => $e->getMessage()));
855
  }
856
  }
@@ -880,7 +831,6 @@ class OffAmazonPaymentsService_Client implements OffAmazonPaymentsService_Interf
880
  $code = $errorMatcherOne[2];
881
  $message = $errorMatcherOne[3];
882
 
883
- require_once 'OffAmazonPaymentsService/Exception.php';
884
  $ex = new OffAmazonPaymentsService_Exception(array ('Message' => $message, 'StatusCode' => $status, 'ErrorCode' => $code,
885
  'ErrorType' => 'Unknown', 'RequestId' => $requestId, 'XML' => $responseBody,
886
  'ResponseHeaderMetadata' => $responseHeaderMetadata));
@@ -892,7 +842,6 @@ class OffAmazonPaymentsService_Client implements OffAmazonPaymentsService_Interf
892
  $code = $errorMatcherThree[2];
893
  $message = $errorMatcherThree[3];
894
  $requestId = $errorMatcherThree[5];
895
- require_once 'OffAmazonPaymentsService/Exception.php';
896
  $ex = new OffAmazonPaymentsService_Exception(array ('Message' => $message, 'StatusCode' => $status, 'ErrorCode' => $code,
897
  'ErrorType' => $type, 'RequestId' => $requestId, 'XML' => $responseBody,
898
  'ResponseHeaderMetadata' => $responseHeaderMetadata));
@@ -903,17 +852,14 @@ class OffAmazonPaymentsService_Client implements OffAmazonPaymentsService_Interf
903
  $code = $errorMatcherTwo[1];
904
  $message = $errorMatcherTwo[2];
905
  $requestId = $errorMatcherTwo[4];
906
- require_once 'OffAmazonPaymentsService/Exception.php';
907
  $ex = new OffAmazonPaymentsService_Exception(array ('Message' => $message, 'StatusCode' => $status, 'ErrorCode' => $code,
908
  'ErrorType' => 'Unknown', 'RequestId' => $requestId, 'XML' => $responseBody,
909
  'ResponseHeaderMetadata' => $responseHeaderMetadata));
910
 
911
  } else {
912
- require_once 'OffAmazonPaymentsService/Exception.php';
913
  $ex = new OffAmazonPaymentsService_Exception(array('Message' => 'Internal Error', 'StatusCode' => $status, 'ResponseHeaderMetadata' => $responseHeaderMetadata));
914
  }
915
  } else {
916
- require_once 'OffAmazonPaymentsService/Exception.php';
917
  $ex = new OffAmazonPaymentsService_Exception(array('Message' => 'Internal Error', 'StatusCode' => $status, 'ResponseHeaderMetadata' => $responseHeaderMetadata));
918
  }
919
  return $ex;
@@ -983,7 +929,6 @@ class OffAmazonPaymentsService_Client implements OffAmazonPaymentsService_Interf
983
  'response_body' => null
984
  )
985
  ));
986
- require_once 'OffAmazonPaymentsService/Exception.php';
987
  throw new OffAmazonPaymentsService_Exception(array('Message' => $error_msg));
988
  }
989
 
@@ -1004,7 +949,6 @@ class OffAmazonPaymentsService_Client implements OffAmazonPaymentsService_Interf
1004
  }
1005
  }
1006
 
1007
- require_once 'OffAmazonPaymentsService/Model/ResponseHeaderMetadata.php';
1008
  $responseHeaderMetadata = new OffAmazonPaymentsService_Model_ResponseHeaderMetadata(
1009
  $headers['x-mws-request-id'],
1010
  $headers['x-mws-response-context'],
@@ -1043,7 +987,6 @@ class OffAmazonPaymentsService_Client implements OffAmazonPaymentsService_Interf
1043
  $delay = (int) (pow(4, $retries) * 100000) ;
1044
  usleep($delay);
1045
  } else {
1046
- require_once 'OffAmazonPaymentsService/Exception.php';
1047
  throw new OffAmazonPaymentsService_Exception (array ('Message' => "Maximum number of retry attempts reached : $retries", 'StatusCode' => $status));
1048
  }
1049
  }
19
  /**
20
  * @see OffAmazonPaymentsService_Interface
21
  */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
 
23
  /**
24
  * Implementation of the OffAmazonPaymentsService interface
783
  } else {
784
  if ($response['Status'] === 500 || $response['Status'] === 503) {
785
 
 
786
  $errorResponse = OffAmazonPaymentsService_Model_ErrorResponse::fromXML($response['ResponseBody']);
787
 
788
  $errors = $errorResponse->getError();
799
  }
800
  /* Rethrow on deserializer error */
801
  } catch (Exception $e) {
 
802
  if ($e instanceof OffAmazonPaymentsService_Exception) {
803
  throw $e;
804
  } else {
 
805
  throw new OffAmazonPaymentsService_Exception(array('Exception' => $e, 'Message' => $e->getMessage()));
806
  }
807
  }
831
  $code = $errorMatcherOne[2];
832
  $message = $errorMatcherOne[3];
833
 
 
834
  $ex = new OffAmazonPaymentsService_Exception(array ('Message' => $message, 'StatusCode' => $status, 'ErrorCode' => $code,
835
  'ErrorType' => 'Unknown', 'RequestId' => $requestId, 'XML' => $responseBody,
836
  'ResponseHeaderMetadata' => $responseHeaderMetadata));
842
  $code = $errorMatcherThree[2];
843
  $message = $errorMatcherThree[3];
844
  $requestId = $errorMatcherThree[5];
 
845
  $ex = new OffAmazonPaymentsService_Exception(array ('Message' => $message, 'StatusCode' => $status, 'ErrorCode' => $code,
846
  'ErrorType' => $type, 'RequestId' => $requestId, 'XML' => $responseBody,
847
  'ResponseHeaderMetadata' => $responseHeaderMetadata));
852
  $code = $errorMatcherTwo[1];
853
  $message = $errorMatcherTwo[2];
854
  $requestId = $errorMatcherTwo[4];
 
855
  $ex = new OffAmazonPaymentsService_Exception(array ('Message' => $message, 'StatusCode' => $status, 'ErrorCode' => $code,
856
  'ErrorType' => 'Unknown', 'RequestId' => $requestId, 'XML' => $responseBody,
857
  'ResponseHeaderMetadata' => $responseHeaderMetadata));
858
 
859
  } else {
 
860
  $ex = new OffAmazonPaymentsService_Exception(array('Message' => 'Internal Error', 'StatusCode' => $status, 'ResponseHeaderMetadata' => $responseHeaderMetadata));
861
  }
862
  } else {
 
863
  $ex = new OffAmazonPaymentsService_Exception(array('Message' => 'Internal Error', 'StatusCode' => $status, 'ResponseHeaderMetadata' => $responseHeaderMetadata));
864
  }
865
  return $ex;
929
  'response_body' => null
930
  )
931
  ));
 
932
  throw new OffAmazonPaymentsService_Exception(array('Message' => $error_msg));
933
  }
934
 
949
  }
950
  }
951
 
 
952
  $responseHeaderMetadata = new OffAmazonPaymentsService_Model_ResponseHeaderMetadata(
953
  $headers['x-mws-request-id'],
954
  $headers['x-mws-response-context'],
987
  $delay = (int) (pow(4, $retries) * 100000) ;
988
  usleep($delay);
989
  } else {
 
990
  throw new OffAmazonPaymentsService_Exception (array ('Message' => "Maximum number of retry attempts reached : $retries", 'StatusCode' => $status));
991
  }
992
  }
lib/OffAmazonPaymentsService/MerchantValues.php CHANGED
@@ -16,7 +16,6 @@
16
  */
17
 
18
 
19
- require_once 'RegionSpecificProperties.php';
20
 
21
  class OffAmazonPaymentsService_MerchantValues
22
  {
@@ -160,13 +159,11 @@ class OffAmazonPaymentsService_MerchantValues
160
 
161
  private function _validateRegion($region)
162
  {
163
- include_once 'Regions.php';
164
  return self::_getValueForConstant($region, new OffAmazonPaymentsService_Regions());
165
  }
166
 
167
  private static function _validateEnvironment($environment)
168
  {
169
- include_once 'Environments.php';
170
  return self::_getValueForConstant($environment, new OffAmazonPaymentsService_Environments());
171
  }
172
 
16
  */
17
 
18
 
 
19
 
20
  class OffAmazonPaymentsService_MerchantValues
21
  {
159
 
160
  private function _validateRegion($region)
161
  {
 
162
  return self::_getValueForConstant($region, new OffAmazonPaymentsService_Regions());
163
  }
164
 
165
  private static function _validateEnvironment($environment)
166
  {
 
167
  return self::_getValueForConstant($environment, new OffAmazonPaymentsService_Environments());
168
  }
169
 
lib/OffAmazonPaymentsService/Model.php CHANGED
@@ -167,7 +167,6 @@ abstract class OffAmazonPaymentsService_Model
167
  if ($this->_isComplexType($fieldType[0])) {
168
  $elements = $xpath->query("./a:$fieldName", $dom);
169
  if ($elements->length >= 1) {
170
- require_once str_replace('_', DIRECTORY_SEPARATOR, $fieldType[0]) . ".php";
171
  foreach ($elements as $element) {
172
  $this->_fields[$fieldName]['FieldValue'][] = new $fieldType[0]($element);
173
  }
@@ -185,7 +184,6 @@ abstract class OffAmazonPaymentsService_Model
185
  if ($this->_isComplexType($fieldType)) {
186
  $elements = $xpath->query("./a:$fieldName", $dom);
187
  if ($elements->length == 1) {
188
- require_once str_replace('_', DIRECTORY_SEPARATOR, $fieldType) . ".php";
189
  $this->_fields[$fieldName]['FieldValue'] = new $fieldType($elements->item(0));
190
  }
191
  } else {
@@ -227,7 +225,6 @@ abstract class OffAmazonPaymentsService_Model
227
  $elements = array($elements);
228
  }
229
  if (count ($elements) >= 1) {
230
- require_once str_replace('_', DIRECTORY_SEPARATOR, $fieldType[0]) . ".php";
231
  foreach ($elements as $element) {
232
  $this->_fields[$fieldName]['FieldValue'][] = new $fieldType[0]($element);
233
  }
@@ -249,7 +246,6 @@ abstract class OffAmazonPaymentsService_Model
249
  } else {
250
  if ($this->_isComplexType($fieldType)) {
251
  if (array_key_exists($fieldName, $array)) {
252
- require_once str_replace('_', DIRECTORY_SEPARATOR, $fieldType) . ".php";
253
  $this->_fields[$fieldName]['FieldValue'] = new $fieldType($array[$fieldName]);
254
  }
255
  } else {
167
  if ($this->_isComplexType($fieldType[0])) {
168
  $elements = $xpath->query("./a:$fieldName", $dom);
169
  if ($elements->length >= 1) {
 
170
  foreach ($elements as $element) {
171
  $this->_fields[$fieldName]['FieldValue'][] = new $fieldType[0]($element);
172
  }
184
  if ($this->_isComplexType($fieldType)) {
185
  $elements = $xpath->query("./a:$fieldName", $dom);
186
  if ($elements->length == 1) {
 
187
  $this->_fields[$fieldName]['FieldValue'] = new $fieldType($elements->item(0));
188
  }
189
  } else {
225
  $elements = array($elements);
226
  }
227
  if (count ($elements) >= 1) {
 
228
  foreach ($elements as $element) {
229
  $this->_fields[$fieldName]['FieldValue'][] = new $fieldType[0]($element);
230
  }
246
  } else {
247
  if ($this->_isComplexType($fieldType)) {
248
  if (array_key_exists($fieldName, $array)) {
 
249
  $this->_fields[$fieldName]['FieldValue'] = new $fieldType($array[$fieldName]);
250
  }
251
  } else {
lib/OffAmazonPaymentsService/Model/Address.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/AuthorizationDetails.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/AuthorizeOnBillingAgreementRequest.php CHANGED
@@ -15,7 +15,6 @@
15
  * *****************************************************************************
16
  */
17
 
18
- require_once 'OffAmazonPaymentsService/Model.php';
19
 
20
  /**
21
  * OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest
15
  * *****************************************************************************
16
  */
17
 
 
18
 
19
  /**
20
  * OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementRequest
lib/OffAmazonPaymentsService/Model/AuthorizeOnBillingAgreementResponse.php CHANGED
@@ -15,7 +15,6 @@
15
  * *****************************************************************************
16
  */
17
 
18
- require_once 'OffAmazonPaymentsService/Model.php';
19
 
20
  /**
21
  * OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResponse
15
  * *****************************************************************************
16
  */
17
 
 
18
 
19
  /**
20
  * OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResponse
lib/OffAmazonPaymentsService/Model/AuthorizeOnBillingAgreementResult.php CHANGED
@@ -14,7 +14,6 @@
14
  * License.
15
  * *****************************************************************************
16
  */
17
- require_once 'OffAmazonPaymentsService/Model.php';
18
 
19
  /**
20
  * OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResult
14
  * License.
15
  * *****************************************************************************
16
  */
 
17
 
18
  /**
19
  * OffAmazonPaymentsService_Model_AuthorizeOnBillingAgreementResult
lib/OffAmazonPaymentsService/Model/AuthorizeRequest.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/AuthorizeResponse.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/AuthorizeResult.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/BillingAddress.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/BillingAgreementAttributes.php CHANGED
@@ -14,7 +14,6 @@
14
  * License.
15
  * *****************************************************************************
16
  */
17
- require_once 'OffAmazonPaymentsService/Model.php';
18
 
19
  /**
20
  * OffAmazonPaymentsService_Model_BillingAgreementAttributes
14
  * License.
15
  * *****************************************************************************
16
  */
 
17
 
18
  /**
19
  * OffAmazonPaymentsService_Model_BillingAgreementAttributes
lib/OffAmazonPaymentsService/Model/BillingAgreementDetails.php CHANGED
@@ -14,7 +14,6 @@
14
  * License.
15
  * *****************************************************************************
16
  */
17
- require_once 'OffAmazonPaymentsService/Model.php';
18
 
19
  /**
20
  * OffAmazonPaymentsService_Model_BillingAgreementDetails
14
  * License.
15
  * *****************************************************************************
16
  */
 
17
 
18
  /**
19
  * OffAmazonPaymentsService_Model_BillingAgreementDetails
lib/OffAmazonPaymentsService/Model/BillingAgreementLimits.php CHANGED
@@ -14,7 +14,6 @@
14
  * License.
15
  * *****************************************************************************
16
  */
17
- require_once 'OffAmazonPaymentsService/Model.php';
18
 
19
  /**
20
  * OffAmazonPaymentsService_Model_BillingAgreementLimits
14
  * License.
15
  * *****************************************************************************
16
  */
 
17
 
18
  /**
19
  * OffAmazonPaymentsService_Model_BillingAgreementLimits
lib/OffAmazonPaymentsService/Model/BillingAgreementStatus.php CHANGED
@@ -14,7 +14,6 @@
14
  * License.
15
  * *****************************************************************************
16
  */
17
- require_once 'OffAmazonPaymentsService/Model.php';
18
 
19
  /**
20
  * OffAmazonPaymentsService_Model_BillingAgreementStatus
14
  * License.
15
  * *****************************************************************************
16
  */
 
17
 
18
  /**
19
  * OffAmazonPaymentsService_Model_BillingAgreementStatus
lib/OffAmazonPaymentsService/Model/Buyer.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/CancelOrderReferenceRequest.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/CancelOrderReferenceResponse.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/CancelOrderReferenceResult.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/CaptureDetails.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/CaptureRequest.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/CaptureResponse.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/CaptureResult.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/CloseAuthorizationRequest.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/CloseAuthorizationResponse.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/CloseAuthorizationResult.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/CloseBillingAgreementRequest.php CHANGED
@@ -14,7 +14,6 @@
14
  * License.
15
  * *****************************************************************************
16
  */
17
- require_once 'OffAmazonPaymentsService/Model.php';
18
 
19
  /**
20
  * OffAmazonPaymentsService_Model_CloseBillingAgreementRequest
14
  * License.
15
  * *****************************************************************************
16
  */
 
17
 
18
  /**
19
  * OffAmazonPaymentsService_Model_CloseBillingAgreementRequest
lib/OffAmazonPaymentsService/Model/CloseBillingAgreementResponse.php CHANGED
@@ -14,7 +14,6 @@
14
  * License.
15
  * *****************************************************************************
16
  */
17
- require_once 'OffAmazonPaymentsService/Model.php';
18
 
19
  /**
20
  * OffAmazonPaymentsService_Model_CloseBillingAgreementResponse
14
  * License.
15
  * *****************************************************************************
16
  */
 
17
 
18
  /**
19
  * OffAmazonPaymentsService_Model_CloseBillingAgreementResponse
lib/OffAmazonPaymentsService/Model/CloseBillingAgreementResult.php CHANGED
@@ -14,7 +14,6 @@
14
  * License.
15
  * *****************************************************************************
16
  */
17
- require_once 'OffAmazonPaymentsService/Model.php';
18
 
19
  /**
20
  * OffAmazonPaymentsService_Model_CloseBillingAgreementResult
14
  * License.
15
  * *****************************************************************************
16
  */
 
17
 
18
  /**
19
  * OffAmazonPaymentsService_Model_CloseBillingAgreementResult
lib/OffAmazonPaymentsService/Model/CloseOrderReferenceRequest.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/CloseOrderReferenceResponse.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/CloseOrderReferenceResult.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/ConfirmBillingAgreementRequest.php CHANGED
@@ -14,7 +14,6 @@
14
  * License.
15
  * *****************************************************************************
16
  */
17
- require_once 'OffAmazonPaymentsService/Model.php';
18
 
19
  /**
20
  * OffAmazonPaymentsService_Model_ConfirmBillingAgreementRequest
14
  * License.
15
  * *****************************************************************************
16
  */
 
17
 
18
  /**
19
  * OffAmazonPaymentsService_Model_ConfirmBillingAgreementRequest
lib/OffAmazonPaymentsService/Model/ConfirmBillingAgreementResponse.php CHANGED
@@ -14,7 +14,6 @@
14
  * License.
15
  * *****************************************************************************
16
  */
17
- require_once 'OffAmazonPaymentsService/Model.php';
18
 
19
  /**
20
  * OffAmazonPaymentsService_Model_ConfirmBillingAgreementResponse
14
  * License.
15
  * *****************************************************************************
16
  */
 
17
 
18
  /**
19
  * OffAmazonPaymentsService_Model_ConfirmBillingAgreementResponse
lib/OffAmazonPaymentsService/Model/ConfirmBillingAgreementResult.php CHANGED
@@ -14,7 +14,6 @@
14
  * License.
15
  * *****************************************************************************
16
  */
17
- require_once 'OffAmazonPaymentsService/Model.php';
18
 
19
  /**
20
  * OffAmazonPaymentsService_Model_ConfirmBillingAgreementResult
14
  * License.
15
  * *****************************************************************************
16
  */
 
17
 
18
  /**
19
  * OffAmazonPaymentsService_Model_ConfirmBillingAgreementResult
lib/OffAmazonPaymentsService/Model/ConfirmOrderReferenceRequest.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/ConfirmOrderReferenceResponse.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/Constraint.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/Constraints.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/CreateOrderReferenceForIdRequest.php CHANGED
@@ -14,7 +14,6 @@
14
  * License.
15
  * *****************************************************************************
16
  */
17
- require_once 'OffAmazonPaymentsService/Model.php';
18
 
19
  /**
20
  * OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest
14
  * License.
15
  * *****************************************************************************
16
  */
 
17
 
18
  /**
19
  * OffAmazonPaymentsService_Model_CreateOrderReferenceForIdRequest
lib/OffAmazonPaymentsService/Model/CreateOrderReferenceForIdResponse.php CHANGED
@@ -14,7 +14,6 @@
14
  * License.
15
  * *****************************************************************************
16
  */
17
- require_once 'OffAmazonPaymentsService/Model.php';
18
 
19
  /**
20
  * OffAmazonPaymentsService_Model_CreateOrderReferenceForIdResponse
14
  * License.
15
  * *****************************************************************************
16
  */
 
17
 
18
  /**
19
  * OffAmazonPaymentsService_Model_CreateOrderReferenceForIdResponse
lib/OffAmazonPaymentsService/Model/CreateOrderReferenceForIdResult.php CHANGED
@@ -14,7 +14,6 @@
14
  * License.
15
  * *****************************************************************************
16
  */
17
- require_once 'OffAmazonPaymentsService/Model.php';
18
 
19
  /**
20
  * OffAmazonPaymentsService_Model_CreateOrderReferenceForIdResult
14
  * License.
15
  * *****************************************************************************
16
  */
 
17
 
18
  /**
19
  * OffAmazonPaymentsService_Model_CreateOrderReferenceForIdResult
lib/OffAmazonPaymentsService/Model/Destination.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/Error.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/ErrorResponse.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/GetAuthorizationDetailsRequest.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/GetAuthorizationDetailsResponse.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/GetAuthorizationDetailsResult.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/GetBillingAgreementDetailsRequest.php CHANGED
@@ -14,7 +14,6 @@
14
  * License.
15
  * *****************************************************************************
16
  */
17
- require_once 'OffAmazonPaymentsService/Model.php';
18
 
19
  /**
20
  * OffAmazonPaymentsService_Model_GetBillingAgreementDetailsRequest
14
  * License.
15
  * *****************************************************************************
16
  */
 
17
 
18
  /**
19
  * OffAmazonPaymentsService_Model_GetBillingAgreementDetailsRequest
lib/OffAmazonPaymentsService/Model/GetBillingAgreementDetailsResponse.php CHANGED
@@ -14,7 +14,6 @@
14
  * License.
15
  * *****************************************************************************
16
  */
17
- require_once 'OffAmazonPaymentsService/Model.php';
18
 
19
  /**
20
  * OffAmazonPaymentsService_Model_GetBillingAgreementDetailsResponse
14
  * License.
15
  * *****************************************************************************
16
  */
 
17
 
18
  /**
19
  * OffAmazonPaymentsService_Model_GetBillingAgreementDetailsResponse
lib/OffAmazonPaymentsService/Model/GetBillingAgreementDetailsResult.php CHANGED
@@ -14,7 +14,6 @@
14
  * License.
15
  * *****************************************************************************
16
  */
17
- require_once 'OffAmazonPaymentsService/Model.php';
18
 
19
  /**
20
  * OffAmazonPaymentsService_Model_GetBillingAgreementDetailsResult
14
  * License.
15
  * *****************************************************************************
16
  */
 
17
 
18
  /**
19
  * OffAmazonPaymentsService_Model_GetBillingAgreementDetailsResult
lib/OffAmazonPaymentsService/Model/GetCaptureDetailsRequest.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/GetCaptureDetailsResponse.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/GetCaptureDetailsResult.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/GetOrderReferenceDetailsRequest.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/GetOrderReferenceDetailsResponse.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/GetOrderReferenceDetailsResult.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/GetProviderCreditDetailsRequest.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/GetProviderCreditDetailsResponse.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/GetProviderCreditDetailsResult.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/GetProviderCreditReversalDetailsRequest.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/GetProviderCreditReversalDetailsResponse.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/GetProviderCreditReversalDetailsResult.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/GetRefundDetailsRequest.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/GetRefundDetailsResponse.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/GetRefundDetailsResult.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/IdList.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/OrderItemCategories.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/OrderReferenceAttributes.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/OrderReferenceDetails.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/OrderReferenceStatus.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/OrderTotal.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/ParentDetails.php CHANGED
@@ -18,7 +18,6 @@
18
  /**
19
  * @see OffAmazonPaymentsService_Model
20
  */
21
- require_once 'OffAmazonPaymentsService/Model.php';
22
 
23
  /**
24
  * OffAmazonPaymentsService_Model_ParentDetails
18
  /**
19
  * @see OffAmazonPaymentsService_Model
20
  */
 
21
 
22
  /**
23
  * OffAmazonPaymentsService_Model_ParentDetails
lib/OffAmazonPaymentsService/Model/Price.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/ProviderCredit.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/ProviderCreditDetails.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/ProviderCreditList.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/ProviderCreditReversal.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/ProviderCreditReversalDetails.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/ProviderCreditReversalList.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/ProviderCreditReversalSummary.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/ProviderCreditReversalSummaryList.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/ProviderCreditSummary.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/ProviderCreditSummaryList.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/RefundDetails.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/RefundRequest.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/RefundResponse.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/RefundResult.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/ResponseMetadata.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/ReverseProviderCreditRequest.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/ReverseProviderCreditResponse.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/ReverseProviderCreditResult.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/SellerBillingAgreementAttributes.php CHANGED
@@ -14,7 +14,6 @@
14
  * License.
15
  * *****************************************************************************
16
  */
17
- require_once 'OffAmazonPaymentsService/Model.php';
18
 
19
  /**
20
  * OffAmazonPaymentsService_Model_SellerBillingAgreementAttributes
14
  * License.
15
  * *****************************************************************************
16
  */
 
17
 
18
  /**
19
  * OffAmazonPaymentsService_Model_SellerBillingAgreementAttributes
lib/OffAmazonPaymentsService/Model/SellerOrderAttributes.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/SetBillingAgreementDetailsRequest.php CHANGED
@@ -14,7 +14,6 @@
14
  * License.
15
  * *****************************************************************************
16
  */
17
- require_once 'OffAmazonPaymentsService/Model.php';
18
 
19
  /**
20
  * OffAmazonPaymentsService_Model_SetBillingAgreementDetailsRequest
14
  * License.
15
  * *****************************************************************************
16
  */
 
17
 
18
  /**
19
  * OffAmazonPaymentsService_Model_SetBillingAgreementDetailsRequest
lib/OffAmazonPaymentsService/Model/SetBillingAgreementDetailsResponse.php CHANGED
@@ -14,7 +14,6 @@
14
  * License.
15
  * *****************************************************************************
16
  */
17
- require_once 'OffAmazonPaymentsService/Model.php';
18
 
19
  /**
20
  * OffAmazonPaymentsService_Model_SetBillingAgreementDetailsResponse
14
  * License.
15
  * *****************************************************************************
16
  */
 
17
 
18
  /**
19
  * OffAmazonPaymentsService_Model_SetBillingAgreementDetailsResponse
lib/OffAmazonPaymentsService/Model/SetBillingAgreementDetailsResult.php CHANGED
@@ -14,7 +14,6 @@
14
  * License.
15
  * *****************************************************************************
16
  */
17
- require_once 'OffAmazonPaymentsService/Model.php';
18
 
19
  /**
20
  * OffAmazonPaymentsService_Model_SetBillingAgreementDetailsResult
14
  * License.
15
  * *****************************************************************************
16
  */
 
17
 
18
  /**
19
  * OffAmazonPaymentsService_Model_SetBillingAgreementDetailsResult
lib/OffAmazonPaymentsService/Model/SetOrderReferenceDetailsRequest.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/SetOrderReferenceDetailsResponse.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/SetOrderReferenceDetailsResult.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/Status.php CHANGED
@@ -19,7 +19,6 @@
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
22
- require_once 'OffAmazonPaymentsService/Model.php';
23
 
24
 
25
 
19
  /**
20
  * @see OffAmazonPaymentsService_Model
21
  */
 
22
 
23
 
24
 
lib/OffAmazonPaymentsService/Model/ValidateBillingAgreementRequest.php CHANGED
@@ -14,7 +14,6 @@
14
  * License.
15
  * *****************************************************************************
16
  */
17
- require_once 'OffAmazonPaymentsService/Model.php';
18
 
19
  /**
20
  * OffAmazonPaymentsService_Model_ValidateBillingAgreementRequest
14
  * License.
15
  * *****************************************************************************
16
  */
 
17
 
18
  /**
19
  * OffAmazonPaymentsService_Model_ValidateBillingAgreementRequest
lib/OffAmazonPaymentsService/Model/ValidateBillingAgreementResponse.php CHANGED
@@ -14,7 +14,6 @@
14
  * License.
15
  * *****************************************************************************
16
  */
17
- require_once 'OffAmazonPaymentsService/Model.php';
18
 
19
  /**
20
  * OffAmazonPaymentsService_Model_ValidateBillingAgreementResponse
14
  * License.
15
  * *****************************************************************************
16
  */
 
17
 
18
  /**
19
  * OffAmazonPaymentsService_Model_ValidateBillingAgreementResponse
lib/OffAmazonPaymentsService/Model/ValidateBillingAgreementResult.php CHANGED
@@ -14,7 +14,6 @@
14
  * License.
15
  * *****************************************************************************
16
  */
17
- require_once 'OffAmazonPaymentsService/Model.php';
18
 
19
  /**
20
  * OffAmazonPaymentsService_Model_ValidateBillingAgreementResult
14
  * License.
15
  * *****************************************************************************
16
  */
 
17
 
18
  /**
19
  * OffAmazonPaymentsService_Model_ValidateBillingAgreementResult
lib/OffAmazonPaymentsService/RegionSpecificProperties.php CHANGED
@@ -16,7 +16,6 @@
16
  */
17
 
18
 
19
- require_once 'Client.php';
20
 
21
  /**
22
  * Encapsulation of properties that are tied to a region/environment pairing
16
  */
17
 
18
 
 
19
 
20
  /**
21
  * Encapsulation of properties that are tied to a region/environment pairing
package.xml CHANGED
@@ -1,18 +1,20 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Creativestyle_AmazonPayments</name>
4
- <version>1.2.4</version>
5
  <stability>stable</stability>
6
  <license uri="http://creativecommons.org/licenses/by-nd/4.0/">Creative Commons Attribution-NoDerivatives 4.0 International</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Integration of your Magento shop with Login and Pay with Amazon service</summary>
10
  <description>This extension provides an official integration of your Magento store with Login and Pay with Amazon service. It helps your customers shop quickly, safely and securely. Your customers can pay on your website without re-entering their payment and address details. All Amazon transactions are protected by Amazon's A-to-z Guarantee.</description>
11
- <notes>FIXED: double button issue when Login service is disabled</notes>
 
 
12
  <authors><author><name>creativestyle GmbH</name><user>creativestyle</user><email>amazon@creativestyle.de</email></author></authors>
13
- <date>2014-09-19</date>
14
- <time>08:19:42</time>
15
- <contents><target name="magecommunity"><dir name="Creativestyle"><dir name="AmazonPayments"><dir name="Block"><file name="Abstract.php" hash="a8879b92a7537e5c443f3488a22787fe"/><dir name="Adminhtml"><file name="CredentialsValidator.php" hash="177b2bf5c1efb6b4cc262422fbcbb9f6"/><dir name="Debug"><dir name="Section"><file name="Table.php" hash="f6947e99e982164a220e3d82fa0f988f"/></dir><file name="Section.php" hash="a249d2fedeaa5e485e40ffaeeb0335c6"/></dir><file name="Debug.php" hash="cc798f2987cc0dffc755a88988b74912"/><file name="Info.php" hash="be764b1856eccc2b3070a1ea4cfe57f7"/><file name="IpnUrl.php" hash="dc185fbffc8851d0031769e9a623ddda"/><dir name="Log"><file name="Abstract.php" hash="02887066c2d6973141dff769b385d8fa"/><dir name="Api"><file name="Grid.php" hash="8d072ba9ce4be99222c03a26680d51eb"/><file name="View.php" hash="eb30544643fa9571a454a763111d0113"/></dir><file name="Api.php" hash="5ea0736c83de5feb01df0a3ec4db4d80"/><dir name="Exception"><file name="Grid.php" hash="3c3decb0a90638d5e2b1617426ec9437"/><file name="View.php" hash="cae17d2a2d5716e8dde1c6662397131e"/></dir><file name="Exception.php" hash="c35dafcaf89ca709394341394862f4cf"/><dir name="Ipn"><file name="Grid.php" hash="74bb51ab562b09d42bd9ced6d6609ae1"/><file name="View.php" hash="6ab63414642658e95258a73a143e6955"/></dir><file name="Ipn.php" hash="a2225b081ccb354bfe94b4a646b0d521"/><dir name="View"><file name="Abstract.php" hash="0a4c977a1f89622148bdc6acc037fc1f"/></dir></dir><dir name="Renderer"><file name="Timestamp.php" hash="190325613c20e2cf97adc28950658e99"/></dir><dir name="Sales"><file name="Order.php" hash="45a5ee919501a2bf26160d38dafccd44"/></dir></dir><dir name="Button"><file name="Js.php" hash="16b7b49b8c16da0a783104acc3a2b7d2"/></dir><dir name="Checkout"><file name="Abstract.php" hash="db5cf0b3d9dd37ad4552987b9df5e09c"/><file name="Js.php" hash="6b11c39cebfa006231f6663684d5642d"/><file name="Notice.php" hash="3bd2869322fac80a80436f8e2daa8d70"/><file name="SandboxToolbox.php" hash="047b1bfde3f5469195b9a7ccfee3f16d"/></dir><file name="Checkout.php" hash="816cc1159d70d8defb7c162ca5ae1b15"/><file name="Head.php" hash="3a0e8a708cff9b769b68dcd48dbac274"/><dir name="Login"><file name="Abstract.php" hash="b84dfbbe66bbee39a547d33e856b4a8d"/><dir name="Account"><file name="Confirm.php" hash="ae8123a65a717a0046aaf1d9dc21f878"/><file name="Update.php" hash="8fdadae9294b17fbb0989f8d0e2016a4"/></dir><file name="Button.php" hash="bad55de20f480d53a15ddedd551ff6dd"/><file name="Head.php" hash="8e2f097d5c170aba4c1f11973463181a"/><file name="Logout.php" hash="79701fe73b6ad3e32b5f75367dd8bcd0"/></dir><dir name="Onepage"><file name="Button.php" hash="b122db0163e8580f42679f13a3a45726"/></dir><dir name="Pay"><file name="Abstract.php" hash="2e96e1d4a1a0e2c74cee40a46a75241c"/><file name="Button.php" hash="b76cbc47c91b88ceb9fc1fde609fa2dc"/></dir><dir name="Payment"><file name="Info.php" hash="c6285a5688834b456765317d3471bf2a"/></dir></dir><file name="Exception.php" hash="ca655a29842b38dd2ebf438208a6c70c"/><dir name="Helper"><file name="Data.php" hash="5fc92f1d286aa898a751249f3674b005"/><file name="Debug.php" hash="7e99e99d3f73c9c0199e409f83220157"/></dir><dir name="Model"><dir name="Api"><file name="Abstract.php" hash="1814fcd0d61599f15d808d9c2990ebe4"/><file name="Advanced.php" hash="f07d08dc5ca8fa80d2684a7726496a6e"/><file name="Ipn.php" hash="7796776a38fe90b9805cbd88094a773d"/><file name="Login.php" hash="1d3ed64e3d7e10128780bf07fb334867"/></dir><file name="Checkout.php" hash="5aabd463b8e45f9390a7719d7c730c8d"/><file name="Config.php" hash="826377c575c9e4ec380b3bddba5d5012"/><dir name="Log"><file name="Collection.php" hash="13d71847c4e164af18636a3fe5bf975b"/></dir><file name="Logger.php" hash="0821a7d8ddeea993fe3ad9495ef6f9d9"/><dir name="Lookup"><file name="Abstract.php" hash="443bbef12f4e7c896e54cf0b7463e04e"/><dir name="Design"><dir name="Button"><dir name="Color"><file name="LoginPay.php" hash="e9a469e82c7805782cf7694c4d50af7a"/></dir><file name="Color.php" hash="81a33471dfefb27897f7b1ff19749671"/><dir name="Size"><file name="LoginPay.php" hash="6cdf3d3633617994783a38f30add86fe"/></dir><file name="Size.php" hash="7c73a97a0fa3f4c6a73b838c0594ad5c"/><dir name="Type"><file name="Login.php" hash="44e852189b0305bbe4cc38848316d4e6"/><file name="Pay.php" hash="5e6f65d1e355ed265787b28b12c6e7a6"/></dir></dir></dir><file name="Frequency.php" hash="5115fb39b48781e5e97f9b62414a72cc"/><file name="IpnActive.php" hash="b73000f5bfc1e26b80911e125e9eec46"/><file name="PaymentAction.php" hash="6d0c15996ec3caf112d88e07ea703bb4"/><file name="Region.php" hash="8f5cc8ab970aa165e16085368b320f89"/></dir><file name="Manager.php" hash="3deaebb7cc0d613c63470d866d7aafb7"/><file name="Observer.php" hash="6f550935cc3dd943a26c37bf245f50c0"/><dir name="Payment"><file name="Abstract.php" hash="5667d8b7b4eae1f3b29e8fc6c043b9ce"/><dir name="Advanced"><file name="Abstract.php" hash="6943beca59bb6c341a43c0e9c62a43ea"/><file name="Sandbox.php" hash="a1509cd32ad92e6e6d3a8f348be1d3bb"/></dir><file name="Advanced.php" hash="72006ba9aaa96486f6d7505814ffaf54"/></dir><dir name="Service"><file name="Login.php" hash="3ba988940839a636e6b42070db99e41e"/><file name="Quote.php" hash="3f83d1e1b1c6e19e0e23cb1a8c8b41f5"/></dir><file name="Simulator.php" hash="be19c4b71f46f3251455c497aeb407f6"/><dir name="System"><dir name="Config"><dir name="Backend"><dir name="DataPolling"><file name="Cron.php" hash="c3d3009775702bee14da3695f0d41f68"/></dir></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="DebugController.php" hash="28e0ddedf23912140158d100339bdbe8"/><file name="DocumentationController.php" hash="4e214386e032b2e513dda5a26344fd87"/><dir name="Log"><file name="ApiController.php" hash="e0a9181f57223d3ba722982572c1d003"/><file name="ExceptionController.php" hash="5daaa04ec6479396edfb1f62910f4ad3"/><file name="IpnController.php" hash="f00870c68a6b18d460c59d0b76d4a67d"/></dir><file name="OrderController.php" hash="1293b8aa3851f09b7559306e37a6a6ea"/><file name="SystemController.php" hash="52c60fa39dba8582b4ca81c2f065dbc5"/></dir><dir name="Advanced"><file name="CheckoutController.php" hash="4b0f052d67439041bf68a6b7229ee59a"/><file name="IpnController.php" hash="0d8a52a891d493870dd1081f9a407170"/><file name="LoginController.php" hash="11181ead4f32e18ad8d7bf533d9772be"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="2dc1b70997469f8f0cd6a80eff845842"/><file name="config.xml" hash="65ef99f50493b83554385c5c9877f9e8"/><file name="system.xml" hash="3be7846b3d5059cbfd89735136041f14"/></dir><dir name="sql"><dir name="amazonpayments_setup"><file name="mysql4-install-1.0.0.php" hash="d4681b9a39905cc9e9dcc660688dea85"/><file name="mysql4-upgrade-1.1.6-1.2.0.php" hash="27f8e108bac4268d3c17e812b413dbbc"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="amazonpayments.xml" hash="4bc12228bba39bd925ed129d7cf64258"/></dir><dir name="template"><dir name="creativestyle"><dir name="amazonpayments"><dir name="advanced"><file name="documentation.phtml" hash="af3ae6ebce4712dd8fb972bef508ca55"/><dir name="log"><dir name="api"><file name="view.phtml" hash="92e2a91aa6f25e20fe8e89bad751e8cf"/></dir><dir name="exception"><file name="view.phtml" hash="c5d01f6de86e47d4da5dfabd60b1b382"/></dir><file name="js.phtml" hash="eb1d2098440a0bac2a6f5b959afa3693"/><dir name="notification"><file name="view.phtml" hash="31d893106f7c7c7f94f05d5cafa36440"/></dir></dir></dir><dir name="debug"><dir name="section"><file name="table.phtml" hash="f4bb8e35b3608cf0639407a3461c3717"/></dir><file name="section.phtml" hash="1472da0e9f07b5583a02e327483d4d75"/></dir><file name="debug.phtml" hash="9748d4fe92986f36ad47ae5b61fc4883"/><file name="info.phtml" hash="8f58e70d3d5974c60d182450b424e521"/><file name="init.phtml" hash="ba9d53045077e63b4e6c25c6b7bb685c"/><dir name="payment"><file name="info.phtml" hash="200af8569ab7792e7f16c5f4a93c6897"/><dir name="pdf"><file name="info.phtml" hash="1fb213f3fcc3aeecaa6305c07cff3b73"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="amazonpayments.xml" hash="683fa1da68978a02ffc529ac88c86e15"/></dir><dir name="template"><dir name="creativestyle"><dir name="amazonpayments"><dir name="button"><file name="js.phtml" hash="ff2502a96e1edfe14c2777efb738ef21"/><file name="tooltip.phtml" hash="6e430b0cba211ae63f69df86d943f9ee"/></dir><dir name="checkout"><file name="capture_notice.phtml" hash="f9c75cd05a596d0a16c55f0169b4ee6c"/><file name="js.phtml" hash="5c22f4a314540a18ba6cb723a5b2b50a"/><dir name="review"><file name="button.phtml" hash="1312572385c9ff653d283bb0c3f47b1b"/></dir><file name="sandbox_toolbox.phtml" hash="ff639266f99827e3ec3a9e8305bd7eb7"/><file name="shipping_method.phtml" hash="8a8c97b4eb2a7c8cfc8248bd499b95eb"/></dir><file name="checkout.phtml" hash="e7d8ea4a616e1fd3a6cff46ba5d6cc8f"/><file name="head.phtml" hash="271adf18a0fa0da90dce2d0f5c6ef4d7"/><dir name="login"><dir name="button"><file name="account_login.phtml" hash="0ce9b9d891af3f6c5b1c83a17d311e6b"/></dir><file name="button.phtml" hash="b5d66280337ecc895ae9a2bc48c469e4"/><dir name="form"><file name="account_confirm.phtml" hash="02d1af632182725463280f6029bb2199"/><file name="account_update.phtml" hash="64fdc50df3b3c49384d5d50a1da82d4d"/></dir><file name="head.phtml" hash="dfe0af795b7075a22cf2b0865e94df61"/><file name="logout.phtml" hash="066465552b22eb23867e641fba7f7f96"/></dir><dir name="onepage"><file name="button.phtml" hash="95e053ca57f36df23180af93b77a6557"/></dir><dir name="pay"><file name="button.phtml" hash="dfcccab45794c81d2d3ca52f709019d4"/></dir><dir name="payment"><file name="info.phtml" hash="3631896707e596d9675f526a7d021617"/><dir name="pdf"><file name="info.phtml" hash="69549bf3340c19d62f42a556f13e8a1e"/></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Creativestyle_AmazonPayments.xml" hash="3d30f68b24829494a2a66164eba0e5f7"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Creativestyle_AmazonPayments.csv" hash="a780e88a08115114758a289f66f53bdf"/><dir name="template"><dir name="email"><file name="amazon_payments_failed.html" hash="ad694ba24051f779698d483bc32d9b75"/></dir></dir></dir><dir name="en_GB"><file name="Creativestyle_AmazonPayments.csv" hash="301bd063d8ce0960df11c67ce00c6d6d"/><dir name="template"><dir name="email"><file name="amazon_payments_failed.html" hash="1a933579acb1fbb3d78ae47ca990521b"/></dir></dir></dir><dir name="de_DE"><file name="Creativestyle_AmazonPayments.csv" hash="40f937748a69d0772c6856f7b7df547c"/><dir name="template"><dir name="email"><file name="amazon_payments_failed.html" hash="4879ccbfbea101548700da52b058bd0b"/></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="creativestyle"><file name="apa_checkout.min.js" hash="bd42d7af59abf9c70a4d9ce7718d8b9b"/><file name="apa_sandbox_toolbox.min.js" hash="43db69188712b5b4665b586fc70f39de"/><dir name="vendors"><file name="prism.js" hash="c700de3d980f7ef1e056dc5400acfd44"/></dir></dir></dir></target><target name="magelib"><dir name="OffAmazonPayments"><file name="Model.php" hash="0225c0c8424f0adbc296c916f2ec5564"/></dir><dir name="OffAmazonPaymentsNotifications"><file name="Client.php" hash="0ab53a8a0a0c069f13e1de3731eaebde"/><dir name="Impl"><file name="Certificate.php" hash="ee7d6dd611bdeaab422da1316936fe99"/><file name="IpnNotificationParser.php" hash="fcad418dc58a93e87b854e4067f1e24d"/><file name="Message.php" hash="24eba6f6478bfeb4c78f467b3548db70"/><file name="OpenSslVerifySignature.php" hash="224f133d41bbbb8510b722e1c083393e"/><file name="SnsMessageParser.php" hash="6a1088096d27a3cdc586e4c298ddf068"/><file name="SnsMessageValidator.php" hash="076f63d5960e4c72a3dc63a76e75316c"/><file name="VerifySignature.php" hash="b18edb328fbe91c1c7b0aa8afe2904d0"/><file name="XmlNotificationParser.php" hash="4881b7d021a86215e43798497bceea24"/></dir><file name="Interface.php" hash="effe919508aab0c2aa1e585d2783c4e6"/><file name="InvalidCertificateException.php" hash="41bd42da2146c9c6263ddabefd9bfa62"/><file name="InvalidMessageException.php" hash="2edda9cd6cc0c059846c4858cedfcd66"/><dir name="Model"><file name="AuthorizationDetails.php" hash="843711e02fb56fffcdfb6afcf097e373"/><file name="AuthorizationNotification.php" hash="d09b3025a97d8d09e11184a0e9cd1b33"/><file name="BillingAgreement.php" hash="677eadcbc4c91282eab548afc6482fdc"/><file name="BillingAgreementLimits.php" hash="a1bd8e8ec111f516528e09340c47de4a"/><file name="BillingAgreementNotification.php" hash="e39a3189bdc937b29b8488e0ef62b562"/><file name="BillingAgreementStatus.php" hash="fae14e95f03245fe6c53e7c7b725c5ca"/><file name="CaptureDetails.php" hash="adb45ebf66daa15990e032025a420e1b"/><file name="CaptureNotification.php" hash="14c2bdc8f6bd6ce881f4403d1f08c6ef"/><file name="IdList.php" hash="2907bdba4b5a534f535c026c40e6d6cc"/><file name="IpnNotificationMetadata.php" hash="58674fca7aa30eea82cb4cba17dec04e"/><file name="MerchantRegistrationDetails.php" hash="37ecb29de3d2d98fbe6f6c8c23f670a2"/><file name="NotificationImpl.php" hash="bfd2e22da29de6dfa15c82a19240132a"/><file name="NotificationMetadataImpl.php" hash="b297f69b967338d433ff90054e06da4b"/><file name="OrderItemCategories.php" hash="a0655ec5a9127ddbd51174ef9e046c5d"/><file name="OrderReference.php" hash="94b51567b72f62355d885e37e365a032"/><file name="OrderReferenceNotification.php" hash="ec2aa50bf6a4ecff1caa17e0acfa6197"/><file name="OrderReferenceStatus.php" hash="e29870a166b75c6d90955a08e0dfe048"/><file name="OrderTotal.php" hash="4141b92ed1bdeb9cfa4c13837df41221"/><file name="Price.php" hash="d94b947bb989fb974e076f2727a0dceb"/><file name="ProviderCreditDetails.php" hash="bf29c9938744effcd759cd95b8a7beab"/><file name="ProviderCreditNotification.php" hash="14b3d8a09ee0feb53cfb701e93e3180e"/><file name="ProviderCreditReversalDetails.php" hash="e9980476af6da3f09de6faff86220f85"/><file name="ProviderCreditReversalNotification.php" hash="bfff2d0e347b1f1dd9e96b0612c87b46"/><file name="ProviderCreditReversalSummary.php" hash="1e69dc1cde4ffac600f89487930cc38c"/><file name="ProviderCreditReversalSummaryList.php" hash="b4b7edc94d7dad37221ca1da5f0969f9"/><file name="ProviderCreditSummary.php" hash="946e787472dc1ee7c9dbcb5d29d62af2"/><file name="ProviderCreditSummaryList.php" hash="fad79864ec1797eed4412d9463c0d02c"/><file name="RefundDetails.php" hash="e0c9fd8c1a921097b4c7e6eb71c20f47"/><file name="RefundNotification.php" hash="05af342e659bf63b7914eccadd5f3787"/><file name="SellerBillingAgreementAttributes.php" hash="79572632ec2c776fb6a7e96554d7291a"/><file name="SellerOrderAttributes.php" hash="aa6f71cb667d2efb50cc336603b6029c"/><file name="SnsNotificationMetadata.php" hash="e4555834c3286a2d49fadd3cd5d0343a"/><file name="SolutionProviderMerchantNotification.php" hash="91b02852ed507b91e70907e5db488f6f"/><file name="SolutionProviderOption.php" hash="33eca51f6789687e5472cded23be5328"/><file name="SolutionProviderOptions.php" hash="806d915cdd1bd0be5c0e92a3040d49aa"/><file name="Status.php" hash="60765642cca51b523276421d995be784"/></dir><file name="Notification.php" hash="edaf311309c64b67a4fd82ccb86393a3"/><file name="NotificationMetadata.php" hash="9ffe2779593da053e82587dbb61da7d1"/></dir><dir name="OffAmazonPaymentsService"><file name="Client.php" hash="410f8748cea48700c1f0e28f3af76fa4"/><file name="Environments.php" hash="d84e7322b3394033b427f91be0a0abdb"/><file name="Exception.php" hash="dd85e54cfa5783c7ef7b1f93ca3995b2"/><file name="Interface.php" hash="b0d2b9acda872f079afe324a95579ec8"/><file name="MerchantValues.php" hash="5604c6d25b4a98b502c58e4530908ad8"/><dir name="Model"><file name="Address.php" hash="3b3c00f4b50a4a6f42da15701343ce91"/><file name="AuthorizationDetails.php" hash="77aa03389903c2f777930d838d396da5"/><file name="AuthorizeOnBillingAgreementRequest.php" hash="fcb797660fa5c9cde02c4d482ec69f79"/><file name="AuthorizeOnBillingAgreementResponse.php" hash="c641d4e41db304d6f8f4136ea5d2f500"/><file name="AuthorizeOnBillingAgreementResult.php" hash="7b10d0dc68e7cbf18681abb4e600cca4"/><file name="AuthorizeRequest.php" hash="e7944fb6372becb0c3dd022bb30a9140"/><file name="AuthorizeResponse.php" hash="fb396a94285cacc3eb0fb798a0895466"/><file name="AuthorizeResult.php" hash="0c8f0581538ebba22a5dac5287c0fcc9"/><file name="BillingAddress.php" hash="bef3c0a443ba48ad19d832b91e8740b9"/><file name="BillingAgreementAttributes.php" hash="fe9c760e12c3db71125412ada5a65ec2"/><file name="BillingAgreementDetails.php" hash="0fef2badb342c32a01c44389bcfb52bc"/><file name="BillingAgreementLimits.php" hash="974d1252d7b914169203acdfa6e7082b"/><file name="BillingAgreementStatus.php" hash="002b0516c52264ea95847ea840d68545"/><file name="Buyer.php" hash="83759bcb729cdd8718cdb80182d9a237"/><file name="CancelOrderReferenceRequest.php" hash="86a2753aac94ae645fda1117cf90a926"/><file name="CancelOrderReferenceResponse.php" hash="4d6bc1d4818d81fd5b5820510b608275"/><file name="CancelOrderReferenceResult.php" hash="32013170a09bccf0aac178a7acb56a30"/><file name="CaptureDetails.php" hash="9ca070a0a890be4ec84d7a7264b33800"/><file name="CaptureRequest.php" hash="436da55de37deb4227a685167eb4eaa3"/><file name="CaptureResponse.php" hash="05540d55de14a3252f909fd17c8b62b6"/><file name="CaptureResult.php" hash="20e0bc168c13eb69848f09b520232eeb"/><file name="CloseAuthorizationRequest.php" hash="92d56fd8a0ae338213fdd4f8a5d1b5fc"/><file name="CloseAuthorizationResponse.php" hash="d5887ecf3981534842a9a2371ae063f0"/><file name="CloseAuthorizationResult.php" hash="0505c8c12f3b5252ad389c0c5b94ca8d"/><file name="CloseBillingAgreementRequest.php" hash="c845cdde3cde3242d4c40b1381e0ab2f"/><file name="CloseBillingAgreementResponse.php" hash="51530b8a5d14896488dbf82d6b5a37dc"/><file name="CloseBillingAgreementResult.php" hash="21cb77e2fa38defbc076263c71593168"/><file name="CloseOrderReferenceRequest.php" hash="85ae367281cb4d59f5d347be8bf0147d"/><file name="CloseOrderReferenceResponse.php" hash="d06107418145176a4038f2b0937fd9d7"/><file name="CloseOrderReferenceResult.php" hash="17bc6d72eb29b021fad7d8a222f366dc"/><file name="ConfirmBillingAgreementRequest.php" hash="965b88fe77576f07ce439bc4909e5723"/><file name="ConfirmBillingAgreementResponse.php" hash="989a66f5c217ad50a2a36afd00c763f1"/><file name="ConfirmBillingAgreementResult.php" hash="f0acdd5b7e2e1027bec651e6a6f4681d"/><file name="ConfirmOrderReferenceRequest.php" hash="8561edc4d074fd376e647bd0cdf9a686"/><file name="ConfirmOrderReferenceResponse.php" hash="b94a17b5afd4d923bda35d606c974982"/><file name="Constraint.php" hash="436ed3c926e321bcc9d9c6eaf9b4003a"/><file name="Constraints.php" hash="0063db27ee04067daf94c448f57d5c30"/><file name="CreateOrderReferenceForIdRequest.php" hash="b1c22ce6d83e510d0b9530c99b955711"/><file name="CreateOrderReferenceForIdResponse.php" hash="c811a7c44241a8b968bf4408218ac08f"/><file name="CreateOrderReferenceForIdResult.php" hash="f532299b151a1c4fe4264891737efeaf"/><file name="Destination.php" hash="4e6067e4a3b5f9acb3b9c96452b216fe"/><file name="Error.php" hash="56651e2c89e0214a3c4226903ca84d87"/><file name="ErrorResponse.php" hash="6df06e3cca71a1e73dbcde4bc6b30a3f"/><file name="GetAuthorizationDetailsRequest.php" hash="a0eb816954b6770a7fd8d54d0d75bc1a"/><file name="GetAuthorizationDetailsResponse.php" hash="82b879ccc0212f0752446b40d5338332"/><file name="GetAuthorizationDetailsResult.php" hash="a23e9463ce78b01cc51c45c21b065b6e"/><file name="GetBillingAgreementDetailsRequest.php" hash="91f33b1b1533cc4e98a019ce2c405850"/><file name="GetBillingAgreementDetailsResponse.php" hash="3abcae092618211ae5487f678a45c94f"/><file name="GetBillingAgreementDetailsResult.php" hash="37dc2407a2e9e8dd3e7feae1f690d160"/><file name="GetCaptureDetailsRequest.php" hash="48a9edebb0c7c8284241ac12b53e2d41"/><file name="GetCaptureDetailsResponse.php" hash="49cb6ae36cfba0aedef3c74c24256d53"/><file name="GetCaptureDetailsResult.php" hash="9110dbde9258a74d9933f8a50d10bd3b"/><file name="GetOrderReferenceDetailsRequest.php" hash="d023c86555d1a57d94276f13cc84156f"/><file name="GetOrderReferenceDetailsResponse.php" hash="3ea19407068d478f6c2b077bf8489a74"/><file name="GetOrderReferenceDetailsResult.php" hash="51bc2cd9a665edfb00cec970fc1fd328"/><file name="GetProviderCreditDetailsRequest.php" hash="2ff598dcc690c90b36727351f95bc76a"/><file name="GetProviderCreditDetailsResponse.php" hash="7ec3943a5c7fb0890d1304ccf52cb7d3"/><file name="GetProviderCreditDetailsResult.php" hash="a9033131b919f4f79b1000268892e64b"/><file name="GetProviderCreditReversalDetailsRequest.php" hash="5502cdd97afce7c42d177706cdcb7d0b"/><file name="GetProviderCreditReversalDetailsResponse.php" hash="19d4d9337646583f4a69776965a9f193"/><file name="GetProviderCreditReversalDetailsResult.php" hash="bb56c2f2ec45144234d7534352fe35c4"/><file name="GetRefundDetailsRequest.php" hash="c798b0b57c53e22d20e7e4a92d9eb225"/><file name="GetRefundDetailsResponse.php" hash="c1011e3b07e32792c4ac8ceabab3bc6b"/><file name="GetRefundDetailsResult.php" hash="463db01fb3a45adf9634116f3397f8a7"/><file name="IdList.php" hash="07daf191c601560ddfe50440f9006450"/><file name="OrderItemCategories.php" hash="2820e45ffb6cb36a14368a1dfe89fa84"/><file name="OrderReferenceAttributes.php" hash="108de3defa0a629644fb683a7faf99a8"/><file name="OrderReferenceDetails.php" hash="2c75125691a884aa8bdc40318bce3b06"/><file name="OrderReferenceStatus.php" hash="04459e930111cf70c989196440f6400f"/><file name="OrderTotal.php" hash="6fda4ce95b066f960eebe41731717925"/><file name="ParentDetails.php" hash="1c6738a58079ffdaaef6e3d5e6afff01"/><file name="Price.php" hash="ea1d5a6e473542f5b0cb8ed1e70436bd"/><file name="ProviderCredit.php" hash="9834503bcc2f619b38157400984377e4"/><file name="ProviderCreditDetails.php" hash="a74f8e42aacd945989e6c5513d808fb3"/><file name="ProviderCreditList.php" hash="1c90c2d71fd33e9b059503b0b0815b53"/><file name="ProviderCreditReversal.php" hash="37aa96053d61a290d98d595d3c3c9226"/><file name="ProviderCreditReversalDetails.php" hash="7585eab585360dcabe7acb0e616f3afb"/><file name="ProviderCreditReversalList.php" hash="e30c2373f4a708443e7dde8f75e1d794"/><file name="ProviderCreditReversalSummary.php" hash="03b0b5aefae44ea5dcac06a4322e57cd"/><file name="ProviderCreditReversalSummaryList.php" hash="23a82515eb4d9f288dbc97691fef9153"/><file name="ProviderCreditSummary.php" hash="530091cb8d5e103ca3e44a0a3384eff2"/><file name="ProviderCreditSummaryList.php" hash="23115d04c6987208d7ba307781e433a5"/><file name="RefundDetails.php" hash="01866f818651ad6c0a7bc12d3c7e6644"/><file name="RefundRequest.php" hash="22b14eadcf9679a92c4325225dbf8c39"/><file name="RefundResponse.php" hash="b01d5c4c81a040bca2e1109e5d34b3e9"/><file name="RefundResult.php" hash="8f2478b1f27a295bff8f30664fd45235"/><file name="ResponseHeaderMetadata.php" hash="d8024e3bf444e8a843a6f2f6a2f836ca"/><file name="ResponseMetadata.php" hash="18e8035d5fc28d2919c1500b9f8734c5"/><file name="ReverseProviderCreditRequest.php" hash="d1b710b8911346ee0437de4e6178ac8e"/><file name="ReverseProviderCreditResponse.php" hash="38c6958d2ceb9ee244e86adee3c55acf"/><file name="ReverseProviderCreditResult.php" hash="313db1523bd575da7ab1fd956866a15d"/><file name="SellerBillingAgreementAttributes.php" hash="b4dc6401ae4340df3c484c00622d234f"/><file name="SellerOrderAttributes.php" hash="9ec79bc1be30eb322d7e88c4102a4ced"/><file name="SetBillingAgreementDetailsRequest.php" hash="9b47c3c72825fe661948aa36a2947da2"/><file name="SetBillingAgreementDetailsResponse.php" hash="7b6886f3597c434e585fb576d84fd9eb"/><file name="SetBillingAgreementDetailsResult.php" hash="d03a4c84cb96eb30f7ef5c76f981d086"/><file name="SetOrderReferenceDetailsRequest.php" hash="eed7e3485bc27f9f73cf7b67a893a1fa"/><file name="SetOrderReferenceDetailsResponse.php" hash="145bdfcfbf3bb091e0eada1361d6f581"/><file name="SetOrderReferenceDetailsResult.php" hash="246c06e0c62ee6a6ec0cfe504940c12d"/><file name="Status.php" hash="11c00f2cc32b11d4cfb8541d5ba2c279"/><file name="ValidateBillingAgreementRequest.php" hash="60250e9c62eaffa0a841bce7238ace22"/><file name="ValidateBillingAgreementResponse.php" hash="c77eebf5805b5972de84a814b3872cc7"/><file name="ValidateBillingAgreementResult.php" hash="95d4e8efc88317a097e376a4aa37a287"/></dir><file name="Model.php" hash="ca87227ca87a9f7062e6eb6a99ef086b"/><file name="RegionSpecificProperties.php" hash="905c79c0cce777749182263f7cab5e65"/><file name="Regions.php" hash="a544d12c6321899770c039426e063cce"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="creativestyle"><dir name="css"><file name="amazonpayments.css" hash="a1f07a48b8de6d1fa9391a4eed2f12be"/><file name="amazonpayments-highlight.css" hash="f6daf03c989ac56ad436300b5520f0df"/></dir><dir name="images"><file name="amazon-payments-advanced-creativestyle-logo.png" hash="bb507d0085dab135ac313b8068515620"/><file name="amazon-payments-advanced-creativestyle-header-logo.png" hash="1f17fc7a61f8aaf929000d1d87f7d943"/><file name="amazon-payments-advanced-creativestyle-header-logo-white.png" hash="4ce4ba0d8d210a26caa380217804e200"/><file name="amazon-payments-advanced-header.png" hash="60f587870fbdb1242368c8c3b553bd8c"/><file name="amazon-payments-advanced-section.png" hash="8bc620f345eb46c920c51875d4cfad7c"/><file name="logo_a-glyph_16.png" hash="44a3f5f0013cab34d26653eb48b989fc"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="creativestyle"><dir name="css"><file name="amazonpayments.css" hash="7e6876f4813601da6ea1e001c0b16fa2"/></dir><dir name="images"><file name="amazon-loading-large.gif" hash="5f6d83bf2b69ab73c7e48ec9b66d54db"/><file name="logo_a-glyph_1x.png" hash="5d44ca86985afbb2a47b9265053a456e"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><extension><name>dom</name><min/><max/></extension><extension><name>curl</name><min/><max/></extension></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Creativestyle_AmazonPayments</name>
4
+ <version>1.2.6</version>
5
  <stability>stable</stability>
6
  <license uri="http://creativecommons.org/licenses/by-nd/4.0/">Creative Commons Attribution-NoDerivatives 4.0 International</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Integration of your Magento shop with Login and Pay with Amazon service</summary>
10
  <description>This extension provides an official integration of your Magento store with Login and Pay with Amazon service. It helps your customers shop quickly, safely and securely. Your customers can pay on your website without re-entering their payment and address details. All Amazon transactions are protected by Amazon's A-to-z Guarantee.</description>
11
+ <notes>ADDED: responsive Amazon Payments widgets&#xD;
12
+ FIXED: accesing settings page issue in Magento lower than 1.7.0.1&#xD;
13
+ FIXED: Magento compiler compatibility issue</notes>
14
  <authors><author><name>creativestyle GmbH</name><user>creativestyle</user><email>amazon@creativestyle.de</email></author></authors>
15
+ <date>2014-10-22</date>
16
+ <time>11:09:59</time>
17
+ <contents><target name="magecommunity"><dir name="Creativestyle"><dir name="AmazonPayments"><dir name="Block"><file name="Abstract.php" hash="a8879b92a7537e5c443f3488a22787fe"/><dir name="Adminhtml"><file name="CredentialsValidator.php" hash="bb62c178c7bba1dd30fa16f22394ec85"/><dir name="Debug"><dir name="Section"><file name="Table.php" hash="f6947e99e982164a220e3d82fa0f988f"/></dir><file name="Section.php" hash="a249d2fedeaa5e485e40ffaeeb0335c6"/></dir><file name="Debug.php" hash="cc798f2987cc0dffc755a88988b74912"/><file name="Info.php" hash="be764b1856eccc2b3070a1ea4cfe57f7"/><file name="IpnUrl.php" hash="dc185fbffc8851d0031769e9a623ddda"/><dir name="Log"><file name="Abstract.php" hash="02887066c2d6973141dff769b385d8fa"/><dir name="Api"><file name="Grid.php" hash="8d072ba9ce4be99222c03a26680d51eb"/><file name="View.php" hash="eb30544643fa9571a454a763111d0113"/></dir><file name="Api.php" hash="5ea0736c83de5feb01df0a3ec4db4d80"/><dir name="Exception"><file name="Grid.php" hash="3c3decb0a90638d5e2b1617426ec9437"/><file name="View.php" hash="cae17d2a2d5716e8dde1c6662397131e"/></dir><file name="Exception.php" hash="c35dafcaf89ca709394341394862f4cf"/><dir name="Ipn"><file name="Grid.php" hash="74bb51ab562b09d42bd9ced6d6609ae1"/><file name="View.php" hash="6ab63414642658e95258a73a143e6955"/></dir><file name="Ipn.php" hash="a2225b081ccb354bfe94b4a646b0d521"/><dir name="View"><file name="Abstract.php" hash="0a4c977a1f89622148bdc6acc037fc1f"/></dir></dir><dir name="Renderer"><file name="Timestamp.php" hash="190325613c20e2cf97adc28950658e99"/></dir><dir name="Sales"><file name="Order.php" hash="45a5ee919501a2bf26160d38dafccd44"/></dir></dir><dir name="Button"><file name="Js.php" hash="16b7b49b8c16da0a783104acc3a2b7d2"/></dir><dir name="Checkout"><file name="Abstract.php" hash="db5cf0b3d9dd37ad4552987b9df5e09c"/><file name="Js.php" hash="afaf494ccbd59a780c4d5079abf68bdd"/><file name="Notice.php" hash="3bd2869322fac80a80436f8e2daa8d70"/><file name="SandboxToolbox.php" hash="047b1bfde3f5469195b9a7ccfee3f16d"/></dir><file name="Checkout.php" hash="2f5dfbc18879c9a9c6d4dc84ac54eb9e"/><file name="Head.php" hash="3a0e8a708cff9b769b68dcd48dbac274"/><dir name="Login"><file name="Abstract.php" hash="b84dfbbe66bbee39a547d33e856b4a8d"/><dir name="Account"><file name="Confirm.php" hash="ae8123a65a717a0046aaf1d9dc21f878"/><file name="Update.php" hash="8fdadae9294b17fbb0989f8d0e2016a4"/></dir><file name="Button.php" hash="bad55de20f480d53a15ddedd551ff6dd"/><file name="Head.php" hash="8e2f097d5c170aba4c1f11973463181a"/><file name="Logout.php" hash="79701fe73b6ad3e32b5f75367dd8bcd0"/></dir><dir name="Onepage"><file name="Button.php" hash="b122db0163e8580f42679f13a3a45726"/></dir><dir name="Pay"><file name="Abstract.php" hash="2e96e1d4a1a0e2c74cee40a46a75241c"/><file name="Button.php" hash="b76cbc47c91b88ceb9fc1fde609fa2dc"/></dir><dir name="Payment"><file name="Info.php" hash="c6285a5688834b456765317d3471bf2a"/></dir></dir><file name="Exception.php" hash="ca655a29842b38dd2ebf438208a6c70c"/><dir name="Helper"><file name="Data.php" hash="07d5ae485061f4edf314899291f11e28"/><file name="Debug.php" hash="7e99e99d3f73c9c0199e409f83220157"/></dir><dir name="Model"><dir name="Api"><file name="Abstract.php" hash="1814fcd0d61599f15d808d9c2990ebe4"/><file name="Advanced.php" hash="f07d08dc5ca8fa80d2684a7726496a6e"/><file name="Ipn.php" hash="7796776a38fe90b9805cbd88094a773d"/><file name="Login.php" hash="1d3ed64e3d7e10128780bf07fb334867"/></dir><file name="Checkout.php" hash="5aabd463b8e45f9390a7719d7c730c8d"/><file name="Config.php" hash="5ea50ded4beaf93e5e1fe1aad282ec5e"/><dir name="Log"><file name="Collection.php" hash="13d71847c4e164af18636a3fe5bf975b"/></dir><file name="Logger.php" hash="0821a7d8ddeea993fe3ad9495ef6f9d9"/><dir name="Lookup"><file name="Abstract.php" hash="443bbef12f4e7c896e54cf0b7463e04e"/><dir name="Design"><dir name="Button"><dir name="Color"><file name="LoginPay.php" hash="e9a469e82c7805782cf7694c4d50af7a"/></dir><file name="Color.php" hash="81a33471dfefb27897f7b1ff19749671"/><dir name="Size"><file name="LoginPay.php" hash="6cdf3d3633617994783a38f30add86fe"/></dir><file name="Size.php" hash="7c73a97a0fa3f4c6a73b838c0594ad5c"/><dir name="Type"><file name="Login.php" hash="44e852189b0305bbe4cc38848316d4e6"/><file name="Pay.php" hash="5e6f65d1e355ed265787b28b12c6e7a6"/></dir></dir></dir><file name="Frequency.php" hash="5115fb39b48781e5e97f9b62414a72cc"/><file name="IpnActive.php" hash="b73000f5bfc1e26b80911e125e9eec46"/><file name="PaymentAction.php" hash="6d0c15996ec3caf112d88e07ea703bb4"/><file name="Region.php" hash="8f5cc8ab970aa165e16085368b320f89"/></dir><file name="Manager.php" hash="3deaebb7cc0d613c63470d866d7aafb7"/><file name="Observer.php" hash="6f550935cc3dd943a26c37bf245f50c0"/><dir name="Payment"><file name="Abstract.php" hash="5667d8b7b4eae1f3b29e8fc6c043b9ce"/><dir name="Advanced"><file name="Abstract.php" hash="5f6d0e84f0cb051d0515aa5c3241be74"/><file name="Sandbox.php" hash="a1509cd32ad92e6e6d3a8f348be1d3bb"/></dir><file name="Advanced.php" hash="72006ba9aaa96486f6d7505814ffaf54"/></dir><dir name="Service"><file name="Login.php" hash="3ba988940839a636e6b42070db99e41e"/><file name="Quote.php" hash="3f83d1e1b1c6e19e0e23cb1a8c8b41f5"/></dir><file name="Simulator.php" hash="be19c4b71f46f3251455c497aeb407f6"/><dir name="System"><dir name="Config"><dir name="Backend"><dir name="DataPolling"><file name="Cron.php" hash="c3d3009775702bee14da3695f0d41f68"/></dir></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="DebugController.php" hash="28e0ddedf23912140158d100339bdbe8"/><file name="DocumentationController.php" hash="4e214386e032b2e513dda5a26344fd87"/><dir name="Log"><file name="ApiController.php" hash="e0a9181f57223d3ba722982572c1d003"/><file name="ExceptionController.php" hash="5daaa04ec6479396edfb1f62910f4ad3"/><file name="IpnController.php" hash="f00870c68a6b18d460c59d0b76d4a67d"/></dir><file name="OrderController.php" hash="1293b8aa3851f09b7559306e37a6a6ea"/><file name="SystemController.php" hash="52c60fa39dba8582b4ca81c2f065dbc5"/></dir><dir name="Advanced"><file name="CheckoutController.php" hash="4b0f052d67439041bf68a6b7229ee59a"/><file name="IpnController.php" hash="0d8a52a891d493870dd1081f9a407170"/><file name="LoginController.php" hash="d636ea6b2e3033615d877a87f37abfb2"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="2dc1b70997469f8f0cd6a80eff845842"/><file name="config.xml" hash="7c20385c47e830029c804263dd1a5ebe"/><file name="system.xml" hash="d8004b1e1d07523825f81a5282999623"/></dir><dir name="sql"><dir name="amazonpayments_setup"><file name="mysql4-install-1.0.0.php" hash="d4681b9a39905cc9e9dcc660688dea85"/><file name="mysql4-upgrade-1.1.6-1.2.0.php" hash="27f8e108bac4268d3c17e812b413dbbc"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="amazonpayments.xml" hash="4bc12228bba39bd925ed129d7cf64258"/></dir><dir name="template"><dir name="creativestyle"><dir name="amazonpayments"><dir name="advanced"><file name="documentation.phtml" hash="af3ae6ebce4712dd8fb972bef508ca55"/><dir name="log"><dir name="api"><file name="view.phtml" hash="92e2a91aa6f25e20fe8e89bad751e8cf"/></dir><dir name="exception"><file name="view.phtml" hash="c5d01f6de86e47d4da5dfabd60b1b382"/></dir><file name="js.phtml" hash="eb1d2098440a0bac2a6f5b959afa3693"/><dir name="notification"><file name="view.phtml" hash="31d893106f7c7c7f94f05d5cafa36440"/></dir></dir></dir><dir name="debug"><dir name="section"><file name="table.phtml" hash="f4bb8e35b3608cf0639407a3461c3717"/></dir><file name="section.phtml" hash="1472da0e9f07b5583a02e327483d4d75"/></dir><file name="debug.phtml" hash="9748d4fe92986f36ad47ae5b61fc4883"/><file name="info.phtml" hash="8f58e70d3d5974c60d182450b424e521"/><file name="init.phtml" hash="ba9d53045077e63b4e6c25c6b7bb685c"/><dir name="payment"><file name="info.phtml" hash="200af8569ab7792e7f16c5f4a93c6897"/><dir name="pdf"><file name="info.phtml" hash="1fb213f3fcc3aeecaa6305c07cff3b73"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="amazonpayments.xml" hash="97aa4f974470707e890c72454b468c0d"/></dir><dir name="template"><dir name="creativestyle"><dir name="amazonpayments"><dir name="button"><file name="js.phtml" hash="ff2502a96e1edfe14c2777efb738ef21"/><file name="tooltip.phtml" hash="6e430b0cba211ae63f69df86d943f9ee"/></dir><dir name="checkout"><file name="capture_notice.phtml" hash="f9c75cd05a596d0a16c55f0169b4ee6c"/><file name="js.phtml" hash="d9ca7b6c98e1521b2f7be308261596a2"/><dir name="review"><file name="button.phtml" hash="1312572385c9ff653d283bb0c3f47b1b"/></dir><file name="sandbox_toolbox.phtml" hash="ff639266f99827e3ec3a9e8305bd7eb7"/><file name="shipping_method.phtml" hash="8a8c97b4eb2a7c8cfc8248bd499b95eb"/></dir><file name="checkout.phtml" hash="083f3118e3e9665eda2851b285c7815d"/><file name="head.phtml" hash="271adf18a0fa0da90dce2d0f5c6ef4d7"/><dir name="login"><dir name="button"><file name="account_login.phtml" hash="0ce9b9d891af3f6c5b1c83a17d311e6b"/></dir><file name="button.phtml" hash="b5d66280337ecc895ae9a2bc48c469e4"/><dir name="form"><file name="account_confirm.phtml" hash="cff4c9f656b2e790bd65723d4e2042b9"/><file name="account_update.phtml" hash="64fdc50df3b3c49384d5d50a1da82d4d"/></dir><file name="head.phtml" hash="dfe0af795b7075a22cf2b0865e94df61"/><file name="logout.phtml" hash="066465552b22eb23867e641fba7f7f96"/></dir><dir name="onepage"><file name="button.phtml" hash="95e053ca57f36df23180af93b77a6557"/></dir><dir name="pay"><file name="button.phtml" hash="dfcccab45794c81d2d3ca52f709019d4"/></dir><dir name="payment"><file name="info.phtml" hash="3631896707e596d9675f526a7d021617"/><dir name="pdf"><file name="info.phtml" hash="69549bf3340c19d62f42a556f13e8a1e"/></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Creativestyle_AmazonPayments.xml" hash="3d30f68b24829494a2a66164eba0e5f7"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Creativestyle_AmazonPayments.csv" hash="f2bae0bb7e9c61e2692b6f9e9d698f61"/><dir name="template"><dir name="email"><file name="amazon_payments_failed.html" hash="ad694ba24051f779698d483bc32d9b75"/></dir></dir></dir><dir name="en_GB"><file name="Creativestyle_AmazonPayments.csv" hash="97121388fa441b1779504845ea98c159"/><dir name="template"><dir name="email"><file name="amazon_payments_failed.html" hash="1a933579acb1fbb3d78ae47ca990521b"/></dir></dir></dir><dir name="de_DE"><file name="Creativestyle_AmazonPayments.csv" hash="5c61c08241a8ce7dcd891e2fe0f16606"/><dir name="template"><dir name="email"><file name="amazon_payments_failed.html" hash="4879ccbfbea101548700da52b058bd0b"/></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="creativestyle"><file name="apa_checkout.min.js" hash="ac6c62c9dcefeeb0d342b7c9cf481de5"/><file name="apa_sandbox_toolbox.min.js" hash="43db69188712b5b4665b586fc70f39de"/><dir name="vendors"><file name="prism.js" hash="c700de3d980f7ef1e056dc5400acfd44"/></dir></dir></dir></target><target name="magelib"><dir name="OffAmazonPayments"><file name="Model.php" hash="e3a28207e23b6721fe6365e43599f118"/></dir><dir name="OffAmazonPaymentsNotifications"><file name="Client.php" hash="1dec75c9bc526f12e55fc71014c68e0b"/><dir name="Impl"><file name="Certificate.php" hash="e0998510c161b545184442f86f223be6"/><file name="IpnNotificationParser.php" hash="f64aafc6a51f8d7103498ec2e2573d9a"/><file name="Message.php" hash="d619a69bb302c088788da1f8f5719dbf"/><file name="OpenSslVerifySignature.php" hash="4af11b596876b58416bad4a1dd4ced72"/><file name="SnsMessageParser.php" hash="d758f092216419d91497a044fa771553"/><file name="SnsMessageValidator.php" hash="8aae89c1e2fa20b04b0a2d5f77ac68c7"/><file name="VerifySignature.php" hash="b18edb328fbe91c1c7b0aa8afe2904d0"/><file name="XmlNotificationParser.php" hash="725375499131ed3a4822cd92934113b4"/></dir><file name="Interface.php" hash="effe919508aab0c2aa1e585d2783c4e6"/><file name="InvalidCertificateException.php" hash="41bd42da2146c9c6263ddabefd9bfa62"/><file name="InvalidMessageException.php" hash="2edda9cd6cc0c059846c4858cedfcd66"/><dir name="Model"><file name="AuthorizationDetails.php" hash="6156de0995394ffc98b68fd84b136e3b"/><file name="AuthorizationNotification.php" hash="8e16a899a86fb00227ba2c5c4ad959c2"/><file name="BillingAgreement.php" hash="9da534b752fa0f415a020290a74abec3"/><file name="BillingAgreementLimits.php" hash="9c9b5baf17601c48355dcb07858090ef"/><file name="BillingAgreementNotification.php" hash="61aead8581ede00a174f384a11250b43"/><file name="BillingAgreementStatus.php" hash="6742b7532befc0abbb53cb0fbec9b43a"/><file name="CaptureDetails.php" hash="325f72a9c552a7b2f5f32391a0e0bafd"/><file name="CaptureNotification.php" hash="43b56cb3bea3c0f50f5f4b1a2b80e582"/><file name="IdList.php" hash="94c58bd555c5f4b49ec4c7156913957c"/><file name="IpnNotificationMetadata.php" hash="8c9e9affd803a359d966bcadc4f82579"/><file name="MerchantRegistrationDetails.php" hash="d4de7689d8e216567abd710dde7ef4ed"/><file name="NotificationImpl.php" hash="b8cd375f86b58e3afb8459753315afe0"/><file name="NotificationMetadataImpl.php" hash="d115d664275afe97b64c5994a05b81b6"/><file name="OrderItemCategories.php" hash="e5799dea7ee1ba6b09dc0511c0209b95"/><file name="OrderReference.php" hash="31b4d7b1c704a3610616b807d979c974"/><file name="OrderReferenceNotification.php" hash="4cdf1834e8ac28907b9783bea5a091e9"/><file name="OrderReferenceStatus.php" hash="a834fd68d60220a43cdeb73676ff14cf"/><file name="OrderTotal.php" hash="a29ae92dde221fc5fc62890829642c93"/><file name="Price.php" hash="14a21d4e21e85876880f0dac5efd9800"/><file name="ProviderCreditDetails.php" hash="d355185842eb0816de151fb535b14edc"/><file name="ProviderCreditNotification.php" hash="21e2ec363636e5dc1817852ce3c80a38"/><file name="ProviderCreditReversalDetails.php" hash="a789bbf3c7074bc800053967e64286c7"/><file name="ProviderCreditReversalNotification.php" hash="4b915017f53aa074aec91764ee353009"/><file name="ProviderCreditReversalSummary.php" hash="1f9cd50005ade77d793a15e029b3cf69"/><file name="ProviderCreditReversalSummaryList.php" hash="6d3a3913ea433fa54ac34197825354ff"/><file name="ProviderCreditSummary.php" hash="4403e12b73867b58021655df3fcf6720"/><file name="ProviderCreditSummaryList.php" hash="8a5a83e94ce75fc3992f98525d47765d"/><file name="RefundDetails.php" hash="bafddf5e7ebb0e41d0d4b0f3f46fc01b"/><file name="RefundNotification.php" hash="665c33d7489219e983ac5dae9059c679"/><file name="SellerBillingAgreementAttributes.php" hash="9a14fbde36b33da97339a756246ad2a7"/><file name="SellerOrderAttributes.php" hash="35bb678c57904c333ea6aae5ac520ced"/><file name="SnsNotificationMetadata.php" hash="3f8afa5a4ed51cf738bb1e721bdf1556"/><file name="SolutionProviderMerchantNotification.php" hash="3921eca9a0d7b9cd02772205f0918bdd"/><file name="SolutionProviderOption.php" hash="df8fbbb1ad2fef1796e3b42a9a417a64"/><file name="SolutionProviderOptions.php" hash="8f5f0e7415bb9dfc5dfafaab236d91df"/><file name="Status.php" hash="8753243136d6ff0ca3089c8cc975f5ab"/></dir><file name="Notification.php" hash="edaf311309c64b67a4fd82ccb86393a3"/><file name="NotificationMetadata.php" hash="9ffe2779593da053e82587dbb61da7d1"/></dir><dir name="OffAmazonPaymentsService"><file name="Client.php" hash="aef6bf4604b2cc27d02534483b58de64"/><file name="Environments.php" hash="d84e7322b3394033b427f91be0a0abdb"/><file name="Exception.php" hash="dd85e54cfa5783c7ef7b1f93ca3995b2"/><file name="Interface.php" hash="b0d2b9acda872f079afe324a95579ec8"/><file name="MerchantValues.php" hash="0350a9ad9ddc2b1382a79f012c54e1b8"/><dir name="Model"><file name="Address.php" hash="78a9e512c29f2a8fa9d70985b9e6a742"/><file name="AuthorizationDetails.php" hash="8a84c0aad90b2cbe77f136b93b83925f"/><file name="AuthorizeOnBillingAgreementRequest.php" hash="bea0b83b59acf306a489e9ece548864b"/><file name="AuthorizeOnBillingAgreementResponse.php" hash="bc807f536bfeff6b863213a0132c25ba"/><file name="AuthorizeOnBillingAgreementResult.php" hash="a0cc9be92ae7b7313f8902d4cc98b43f"/><file name="AuthorizeRequest.php" hash="9404796ad770d7408b19f02bc63f3f66"/><file name="AuthorizeResponse.php" hash="67efb0d9fe244eb5a0c106aed777fa6e"/><file name="AuthorizeResult.php" hash="fa06502055d3b45695844610b8bd1c82"/><file name="BillingAddress.php" hash="3921b0b2e0b365454cf8b997165c482f"/><file name="BillingAgreementAttributes.php" hash="e0bbaedf3aee7f1067888d4e9375af59"/><file name="BillingAgreementDetails.php" hash="1b658fc00f87e3f0f021ccfb2f99eefe"/><file name="BillingAgreementLimits.php" hash="dab6ab8f66490ba29a70875653c8e5d9"/><file name="BillingAgreementStatus.php" hash="0ac0344859384092d6d9e8da39a74faf"/><file name="Buyer.php" hash="39f8a6582bc2b01028b05b8d836d3c36"/><file name="CancelOrderReferenceRequest.php" hash="9cc5898b590a2af3b49cd80fa57f814c"/><file name="CancelOrderReferenceResponse.php" hash="0183f41e2b61be4a0b5d467fb790bbb1"/><file name="CancelOrderReferenceResult.php" hash="959a306b37f78385125a99e16b90efcc"/><file name="CaptureDetails.php" hash="abd0aae54d5c5203b2a4ebd9fa6e22d6"/><file name="CaptureRequest.php" hash="fd583e404c6a912ea731f640cb25b5bd"/><file name="CaptureResponse.php" hash="748c7d744436a31f0c167171b6ea4859"/><file name="CaptureResult.php" hash="01e50ce098b5baa49b6e99a1d214b4d0"/><file name="CloseAuthorizationRequest.php" hash="bd2ad1d641a62ff8e9567c28d29d380b"/><file name="CloseAuthorizationResponse.php" hash="5d9d0482f6b7499672965a1059c86309"/><file name="CloseAuthorizationResult.php" hash="551b53340039ec26e2a5b88d978c3487"/><file name="CloseBillingAgreementRequest.php" hash="272cd013fb1c479014ef906e8acb2451"/><file name="CloseBillingAgreementResponse.php" hash="0dcbf7315b300dc5a69258461af26b2c"/><file name="CloseBillingAgreementResult.php" hash="cdb1e83edeb9235e0628e156ca93735d"/><file name="CloseOrderReferenceRequest.php" hash="51a0e90cde8ef7218c9661e665ae0e01"/><file name="CloseOrderReferenceResponse.php" hash="9093e5b5ac5a2e722974298fc6ac293a"/><file name="CloseOrderReferenceResult.php" hash="6c40de823b51817ba5a32d21534098d5"/><file name="ConfirmBillingAgreementRequest.php" hash="ca96eb4f3fc93a6c91049c928a8e97aa"/><file name="ConfirmBillingAgreementResponse.php" hash="a600b340a156a191be8596264e27ff4c"/><file name="ConfirmBillingAgreementResult.php" hash="775de65034edcefb8ab778aabb2e5a82"/><file name="ConfirmOrderReferenceRequest.php" hash="bf5faea5f65cc807e231975560b0264a"/><file name="ConfirmOrderReferenceResponse.php" hash="4ef74b3dc826aff2337c3266d0a30207"/><file name="Constraint.php" hash="303c1db25b181407d8fa7f8b62bc5f05"/><file name="Constraints.php" hash="9da0f4b7e66576b84c4fd6da3704925b"/><file name="CreateOrderReferenceForIdRequest.php" hash="06ea9fb90b1985c7958c7dfefb4a2513"/><file name="CreateOrderReferenceForIdResponse.php" hash="68f6e42176bc5bcd1b5a3690be80418f"/><file name="CreateOrderReferenceForIdResult.php" hash="50600fe328e4c802334d0b12308875ca"/><file name="Destination.php" hash="e87ccf1a85981d7bf8b8c6f72d8731b2"/><file name="Error.php" hash="d21a6c88ec26f46363ccca239f5d3baf"/><file name="ErrorResponse.php" hash="8e351f2f1a5d3f6ffdadea8699ff3b30"/><file name="GetAuthorizationDetailsRequest.php" hash="6a1d43c9245813c57d3be6de557f768d"/><file name="GetAuthorizationDetailsResponse.php" hash="f9272df733a3ab5b556eb4d9032cc1a3"/><file name="GetAuthorizationDetailsResult.php" hash="270d0ebb53cf595593a72ba29ca3d1f0"/><file name="GetBillingAgreementDetailsRequest.php" hash="df8a926714ede6042091da422e04f181"/><file name="GetBillingAgreementDetailsResponse.php" hash="aba22538c8fef15e54edcbbe460dc9ef"/><file name="GetBillingAgreementDetailsResult.php" hash="1775046ceeefcf7ac86b5d737f6c0224"/><file name="GetCaptureDetailsRequest.php" hash="fba43cb1613fceda4f3e1ea282ed89ba"/><file name="GetCaptureDetailsResponse.php" hash="52f0408b003801a2f8364f60a726d1ea"/><file name="GetCaptureDetailsResult.php" hash="8866ba5fcafc8dcb03c43f0a99741f24"/><file name="GetOrderReferenceDetailsRequest.php" hash="a97dba48604325ddbda732f264928858"/><file name="GetOrderReferenceDetailsResponse.php" hash="c0ac35c5f5bc1396ed0798b38f8909b2"/><file name="GetOrderReferenceDetailsResult.php" hash="9a4ecf515761d6ab032d717c0b54a7db"/><file name="GetProviderCreditDetailsRequest.php" hash="1b613acafc8f66e0385379705bcf664c"/><file name="GetProviderCreditDetailsResponse.php" hash="9fcdbd8af985e96579c93378259c5e4a"/><file name="GetProviderCreditDetailsResult.php" hash="3a660d2ad0f6528e16f554987caf9a51"/><file name="GetProviderCreditReversalDetailsRequest.php" hash="592caa40f517ed1cfc66dd9a12e9bac3"/><file name="GetProviderCreditReversalDetailsResponse.php" hash="85d1fb8584f14d443cf7e4956c3dd03f"/><file name="GetProviderCreditReversalDetailsResult.php" hash="06effa515f870d1bd5fff7bc62a1d752"/><file name="GetRefundDetailsRequest.php" hash="e1d0e53d2a153174acf2200eb138c757"/><file name="GetRefundDetailsResponse.php" hash="1e7459d7dd500d0b249c7bea7308f2e7"/><file name="GetRefundDetailsResult.php" hash="543794de2b9d16c857b223dba01aecd4"/><file name="IdList.php" hash="b4268f542c7ba2104e163320ed612d22"/><file name="OrderItemCategories.php" hash="e73be59d18bbf97ac320687c1de50cb8"/><file name="OrderReferenceAttributes.php" hash="5a64aebf99a35f0c777e284f7070a86c"/><file name="OrderReferenceDetails.php" hash="1d9c76fb5f25760a9789dd18ba8d21b5"/><file name="OrderReferenceStatus.php" hash="d89ea6c6b42ac75c3183b8cfcb2fadef"/><file name="OrderTotal.php" hash="60d3ea9eb79100262158c20fbff7721b"/><file name="ParentDetails.php" hash="10956c527c367057d9f5517977a41c02"/><file name="Price.php" hash="09d7333f6c421432b8d5d965eae3995e"/><file name="ProviderCredit.php" hash="331663826ea8f444d5b0c05c59d69874"/><file name="ProviderCreditDetails.php" hash="0b916937d2397ad51d0dc1b0cf86777b"/><file name="ProviderCreditList.php" hash="3467cfe1dc096d07c33e2fadb3cb90d1"/><file name="ProviderCreditReversal.php" hash="b965141481deddd3b8e1c48a68d8c292"/><file name="ProviderCreditReversalDetails.php" hash="aaf5a41e7d6aba6758b5c24de2affe4d"/><file name="ProviderCreditReversalList.php" hash="47ff9cee9313ea98b23cec3257fdd704"/><file name="ProviderCreditReversalSummary.php" hash="decb86a0305f061206625dea1c8aacdb"/><file name="ProviderCreditReversalSummaryList.php" hash="4948d8e2034b7e60fc7157d7be149ea1"/><file name="ProviderCreditSummary.php" hash="06f9ad261e09b3709107d074604a1227"/><file name="ProviderCreditSummaryList.php" hash="28652df460f09e5d907d0c07f98b1b8f"/><file name="RefundDetails.php" hash="540392d28b43eb46f662dbb51f531b64"/><file name="RefundRequest.php" hash="0e712334612fde71d0cb9ddeb821707e"/><file name="RefundResponse.php" hash="43bf08dd68a46d5e8373bd760a3ee0e8"/><file name="RefundResult.php" hash="06df0a0180ed989d6576bc068b74f4bb"/><file name="ResponseHeaderMetadata.php" hash="d8024e3bf444e8a843a6f2f6a2f836ca"/><file name="ResponseMetadata.php" hash="40aa6720f5b801d3e5bdcadc3d496b69"/><file name="ReverseProviderCreditRequest.php" hash="51af6c8b7e31efd4fffafd83994fbc63"/><file name="ReverseProviderCreditResponse.php" hash="3a959a1b22156ddb81e2eed9e02a0da4"/><file name="ReverseProviderCreditResult.php" hash="6dc02bb8141e136a55d28034add4b101"/><file name="SellerBillingAgreementAttributes.php" hash="f46d36c1a55029d1423de6a7f554213f"/><file name="SellerOrderAttributes.php" hash="dfaca734d7b44dc4e38f5ebdcc14d7ef"/><file name="SetBillingAgreementDetailsRequest.php" hash="aa7c723f7f395ef59aded053413a30f0"/><file name="SetBillingAgreementDetailsResponse.php" hash="500823f0d779523ca912470d642f1cee"/><file name="SetBillingAgreementDetailsResult.php" hash="560eb1b417702c6170554b01bbd1666f"/><file name="SetOrderReferenceDetailsRequest.php" hash="01a63c649eafca4294e769d67dd5a176"/><file name="SetOrderReferenceDetailsResponse.php" hash="c88e8abc4e1ee3651e078691da8ea5c7"/><file name="SetOrderReferenceDetailsResult.php" hash="0bc28f81b9a000c14aa41866e53b256e"/><file name="Status.php" hash="0860d27faee2e1438c035fe769423935"/><file name="ValidateBillingAgreementRequest.php" hash="8919fcbfe049f8e655c5a3a649583c00"/><file name="ValidateBillingAgreementResponse.php" hash="7e34a36ef8e4970709308839a5f26a70"/><file name="ValidateBillingAgreementResult.php" hash="e111bac483f675c2f49aa51b3b727419"/></dir><file name="Model.php" hash="dd252b058b5736649cdec6038f825616"/><file name="RegionSpecificProperties.php" hash="5b1fa0f3a863c6f05adfd4e2abf61351"/><file name="Regions.php" hash="a544d12c6321899770c039426e063cce"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="creativestyle"><dir name="css"><file name="amazonpayments.css" hash="a1f07a48b8de6d1fa9391a4eed2f12be"/><file name="amazonpayments-highlight.css" hash="f6daf03c989ac56ad436300b5520f0df"/></dir><dir name="images"><file name="amazon-payments-advanced-creativestyle-logo.png" hash="bb507d0085dab135ac313b8068515620"/><file name="amazon-payments-advanced-creativestyle-header-logo.png" hash="1f17fc7a61f8aaf929000d1d87f7d943"/><file name="amazon-payments-advanced-creativestyle-header-logo-white.png" hash="4ce4ba0d8d210a26caa380217804e200"/><file name="amazon-payments-advanced-header.png" hash="60f587870fbdb1242368c8c3b553bd8c"/><file name="amazon-payments-advanced-section.png" hash="8bc620f345eb46c920c51875d4cfad7c"/><file name="logo_a-glyph_16.png" hash="44a3f5f0013cab34d26653eb48b989fc"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="creativestyle"><dir name="css"><file name="amazonpayments.css" hash="98669e803a468cc7e01d481ce1647a0e"/><file name="amazonpayments-widgets.css" hash="35704192aaeb204e407e8b853c118d16"/><file name="amazonpayments-responsive-widgets.css" hash="ffca5cdc8a4e0585946c78258044c471"/></dir><dir name="images"><file name="amazon-loading-large.gif" hash="5f6d83bf2b69ab73c7e48ec9b66d54db"/><file name="logo_a-glyph_1x.png" hash="5d44ca86985afbb2a47b9265053a456e"/></dir></dir></dir></dir><dir name="rwd"><dir name="default"><dir name="creativestyle"><dir name="css"><file name="amazonpayments-responsive-widgets.css" hash="389d23ee96bb5305f7ba5b616d930846"/></dir></dir></dir></dir></dir></target></contents>
18
  <compatible/>
19
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><extension><name>dom</name><min/><max/></extension><extension><name>curl</name><min/><max/></extension></required></dependencies>
20
  </package>
skin/frontend/base/default/creativestyle/css/amazonpayments-responsive-widgets.css ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #addressBookWidgetDiv,
2
+ #walletWidgetDiv {
3
+ width: 100%;
4
+ height: 100%;
5
+ }
6
+ .apa .amazon-widget {
7
+ display: block;
8
+ height: 300px;
9
+ clear: none;
10
+ }
11
+ .apa .section {
12
+ display: block;
13
+ clear: none;
14
+ }
15
+ @media only screen and (min-width: 575px) {
16
+ .apa #apa-shipping {
17
+ width: 260px;
18
+ margin-right: 15px;
19
+ float: left;
20
+ }
21
+ .apa #apa-payment {
22
+ margin-left: 275px;
23
+ }
24
+ .apa-virtual-checkout #apa-payment {
25
+ margin-left: 0 !important;
26
+ }
27
+ }
28
+ @media only screen and (min-width: 775px) {
29
+ .apa #apa-shipping {
30
+ width: 360px;
31
+ margin-right: 15px;
32
+ float: left;
33
+ }
34
+ .apa #apa-payment {
35
+ margin-left: 375px;
36
+ }
37
+ }
38
+ @media only screen and (min-width: 960px) {
39
+ .apa #apa-shipping {
40
+ width: 310px;
41
+ margin-right: 15px;
42
+ float: left;
43
+ }
44
+ .apa #apa-payment {
45
+ width: 310px;
46
+ margin-right: 15px;
47
+ margin-left: 0;
48
+ float: left;
49
+ }
50
+ .apa .narrow-section {
51
+ height: 298px;
52
+ margin-left: 650px;
53
+ clear: none;
54
+ overflow: auto;
55
+ }
56
+ .apa-virtual-checkout #apa-payment {
57
+ width: 360px;
58
+ float: left;
59
+ margin-right: 15px;
60
+ }
61
+ .apa-virtual-checkout .review-section {
62
+ margin-left: 375px;
63
+ height: 298px;
64
+ clear: none;
65
+ overflow: auto;
66
+ }
67
+ }
skin/frontend/base/default/creativestyle/css/amazonpayments-widgets.css ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ .apa .amazon-widget {
2
+ float: left;
3
+ margin-right: 15px;
4
+ }
5
+ .apa #apa-payment {
6
+ margin-right: 0;
7
+ }
skin/frontend/base/default/creativestyle/css/amazonpayments.css CHANGED
@@ -57,11 +57,9 @@
57
  }
58
  ol.apa {
59
  list-style: none outside none;
60
- margin: 10px 0 0;
61
  padding: 0;
62
- }
63
- ol.apa.desktop-layout {
64
- margin-top: 0;
65
  }
66
  .apa .section {
67
  margin: 0 0 15px 0;
@@ -76,9 +74,6 @@ ol.apa.desktop-layout {
76
  -ms-border-radius: 8px;
77
  -o-border-radius: 8px;
78
  }
79
- .desktop-layout .amazon-widget {
80
- float: left;
81
- }
82
  .apa .amazon-widget-overlay {
83
  position: fixed;
84
  display: block;
@@ -104,6 +99,7 @@ ol.apa.desktop-layout {
104
  font-size: 14px;
105
  font-weight: bold;
106
  vertical-align: middle;
 
107
  }
108
  .apa .section-content {
109
  margin: 0 12px 12px;
@@ -125,7 +121,10 @@ ol.apa.desktop-layout {
125
  display: block;
126
  }
127
  .apa .sandbox-simulation select {
128
- width: 20%;
 
 
 
129
  }
130
  .apa .buttons-set {
131
  line-height: 40px;
@@ -137,23 +136,16 @@ ol.apa.desktop-layout {
137
  -khtml-opacity: 0.4;
138
  opacity: 0.4;
139
  }
140
- .desktop-layout #apa-shipping {
141
- margin-right: 16px;
142
- }
143
-
144
  .amazon-login {
145
  padding-top: 27px;
146
  }
147
-
148
  .amazon-login.position-before {
149
  padding-top: 0 !important;
150
  padding-bottom: 27px;
151
  }
152
-
153
  .amazon-login .content {
154
  min-height: 100px;
155
  }
156
-
157
  .buttons-set button.cancel span {
158
  border-color:#406a83;
159
  background:#618499;
57
  }
58
  ol.apa {
59
  list-style: none outside none;
60
+ margin: 0;
61
  padding: 0;
62
+ width: 100%;
 
 
63
  }
64
  .apa .section {
65
  margin: 0 0 15px 0;
74
  -ms-border-radius: 8px;
75
  -o-border-radius: 8px;
76
  }
 
 
 
77
  .apa .amazon-widget-overlay {
78
  position: fixed;
79
  display: block;
99
  font-size: 14px;
100
  font-weight: bold;
101
  vertical-align: middle;
102
+ text-transform: none;
103
  }
104
  .apa .section-content {
105
  margin: 0 12px 12px;
121
  display: block;
122
  }
123
  .apa .sandbox-simulation select {
124
+ width: 25%;
125
+ }
126
+ .apa .sandbox-simulation p {
127
+ margin: 0 0 10px;
128
  }
129
  .apa .buttons-set {
130
  line-height: 40px;
136
  -khtml-opacity: 0.4;
137
  opacity: 0.4;
138
  }
 
 
 
 
139
  .amazon-login {
140
  padding-top: 27px;
141
  }
 
142
  .amazon-login.position-before {
143
  padding-top: 0 !important;
144
  padding-bottom: 27px;
145
  }
 
146
  .amazon-login .content {
147
  min-height: 100px;
148
  }
 
149
  .buttons-set button.cancel span {
150
  border-color:#406a83;
151
  background:#618499;
skin/frontend/rwd/default/creativestyle/css/amazonpayments-responsive-widgets.css ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #addressBookWidgetDiv,
2
+ #walletWidgetDiv {
3
+ width: 100%;
4
+ height: 100%;
5
+ }
6
+ .apa .amazon-widget {
7
+ display: block;
8
+ height: 300px;
9
+ clear: none;
10
+ }
11
+ .apa .section {
12
+ display: block;
13
+ clear: none;
14
+ }
15
+ @media only screen and (min-width: 675px) {
16
+ .apa #apa-shipping {
17
+ width: 320px;
18
+ margin-right: 15px;
19
+ float: left;
20
+ }
21
+ .apa #apa-payment {
22
+ margin-left: 335px;
23
+ }
24
+ .apa .store-widget {
25
+ clear: both;
26
+ }
27
+ .apa-virtual-checkout #apa-payment {
28
+ margin-left: 0 !important;
29
+ }
30
+ }
31
+ @media only screen and (min-width: 875px) {
32
+ .apa #apa-shipping {
33
+ width: 420px;
34
+ margin-right: 15px;
35
+ float: left;
36
+ }
37
+ .apa #apa-payment {
38
+ margin-left: 435px;
39
+ }
40
+ }
41
+ @media only screen and (min-width: 1075px) {
42
+ .apa #apa-shipping {
43
+ width: 520px;
44
+ margin-right: 15px;
45
+ float: left;
46
+ }
47
+ .apa #apa-payment {
48
+ margin-left: 535px;
49
+ }
50
+ .apa-virtual-checkout #apa-payment {
51
+ width: 400px;
52
+ float: left;
53
+ margin-right: 15px;
54
+ }
55
+ .apa-virtual-checkout .review-section {
56
+ margin-left: 415px;
57
+ height: 300px;
58
+ clear: none;
59
+ overflow: auto;
60
+ }
61
+ }
62
+ @media only screen and (min-width: 1260px) {
63
+ .apa #apa-shipping {
64
+ width: 390px;
65
+ margin-right: 15px;
66
+ float: left;
67
+ }
68
+ .apa #apa-payment {
69
+ width: 390px;
70
+ margin-right: 15px;
71
+ margin-left: 0;
72
+ float: left;
73
+ }
74
+ .apa .narrow-section {
75
+ height: 300px;
76
+ margin-left: 810px;
77
+ clear: none;
78
+ overflow: auto;
79
+ }
80
+ .apa-virtual-checkout #apa-payment {
81
+ width: 400px;
82
+ }
83
+ }