globalpayments-api 3.10.0 → 3.10.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (214) hide show
  1. package/CHANGELOG.md +184 -170
  2. package/appsec.properties +8 -0
  3. package/lib/src/Entities/index.d.ts +4 -0
  4. package/lib/src/Entities/index.js +4 -0
  5. package/lib/src/Entities/index.js.map +1 -1
  6. package/lib/src/Gateways/PorticoConnector.d.ts +3 -3
  7. package/lib/src/Gateways/PorticoConnector.js +24 -0
  8. package/lib/src/Gateways/PorticoConnector.js.map +1 -1
  9. package/lib/src/Gateways/RealexConnector.d.ts +30 -0
  10. package/lib/src/Gateways/RealexConnector.js +523 -0
  11. package/lib/src/PaymentMethods/Credit.d.ts +2 -1
  12. package/lib/src/PaymentMethods/Credit.js +1 -0
  13. package/lib/src/PaymentMethods/Credit.js.map +1 -1
  14. package/lib/src/ServicesConfig.d.ts +27 -0
  15. package/lib/src/ServicesConfig.js +50 -0
  16. package/lib/test/Integration/Gateways/GpApiConnector/3DS2.test.js +15 -15
  17. package/lib/test/Integration/Gateways/GpApiConnector/3DSecure.test.js +5 -5
  18. package/lib/test/Integration/Gateways/GpEcomConnector/Credit.test.js +4 -4
  19. package/lib/test/Integration/Gateways/PorticoConnector/AchTest.d.ts +1 -1
  20. package/lib/test/Integration/Gateways/PorticoConnector/AchTest.js +112 -59
  21. package/lib/test/Integration/Gateways/PorticoConnector/Certifications/CheckTest.d.ts +1 -1
  22. package/lib/test/Integration/Gateways/PorticoConnector/Certifications/CheckTest.js +483 -378
  23. package/lib/test/Integration/Gateways/PorticoConnector/Certifications/EcommerceCheckTest.d.ts +1 -1
  24. package/lib/test/Integration/Gateways/PorticoConnector/Certifications/EcommerceCheckTest.js +83 -86
  25. package/lib/test/Integration/Gateways/PorticoConnector/Certifications/EcommerceTest.d.ts +1 -1
  26. package/lib/test/Integration/Gateways/PorticoConnector/Certifications/EcommerceTest.js +1720 -1723
  27. package/lib/test/Integration/Gateways/PorticoConnector/Certifications/MotoCheckTest.d.ts +1 -1
  28. package/lib/test/Integration/Gateways/PorticoConnector/Certifications/MotoCheckTest.js +83 -86
  29. package/lib/test/Integration/Gateways/PorticoConnector/Certifications/MotoTest.d.ts +1 -1
  30. package/lib/test/Integration/Gateways/PorticoConnector/Certifications/MotoTest.js +1757 -1760
  31. package/lib/test/Integration/Gateways/PorticoConnector/Certifications/RecurringTest.d.ts +1 -1
  32. package/lib/test/Integration/Gateways/PorticoConnector/Certifications/RecurringTest.js +682 -420
  33. package/lib/test/Integration/Gateways/PorticoConnector/Certifications/RetailTest.d.ts +1 -1
  34. package/lib/test/Integration/Gateways/PorticoConnector/Certifications/RetailTest.js +2218 -2221
  35. package/lib/test/Integration/Gateways/PorticoConnector/Credit.test.js +36 -8
  36. package/lib/test/Integration/Gateways/PorticoConnector/Credit.test.js.map +1 -1
  37. package/lib/test/Integration/Gateways/PorticoConnector/CreditTest.d.ts +1 -1
  38. package/lib/test/Integration/Gateways/PorticoConnector/CreditTest.js +707 -392
  39. package/lib/test/Integration/Gateways/PorticoConnector/DebitTest.d.ts +1 -1
  40. package/lib/test/Integration/Gateways/PorticoConnector/DebitTest.js +151 -88
  41. package/lib/test/Integration/Gateways/PorticoConnector/EbtTest.d.ts +1 -1
  42. package/lib/test/Integration/Gateways/PorticoConnector/EbtTest.js +171 -72
  43. package/lib/test/Integration/Gateways/PorticoConnector/Ecommerce.test.js +8 -8
  44. package/lib/test/Integration/Gateways/PorticoConnector/EcommerceTest.d.ts +1 -1
  45. package/lib/test/Integration/Gateways/PorticoConnector/EcommerceTest.js +192 -143
  46. package/lib/test/Integration/Gateways/PorticoConnector/GiftTest.d.ts +1 -1
  47. package/lib/test/Integration/Gateways/PorticoConnector/GiftTest.js +377 -147
  48. package/lib/test/Integration/Gateways/PorticoConnector/RecurringTest.d.ts +1 -1
  49. package/lib/test/Integration/Gateways/PorticoConnector/RecurringTest.js +196 -101
  50. package/lib/test/Integration/Gateways/PorticoConnector/ReportingTest.d.ts +1 -1
  51. package/lib/test/Integration/Gateways/PorticoConnector/ReportingTest.js +53 -50
  52. package/lib/test/Integration/Gateways/{GpApiConnector/3DS2Test.d.ts → ProPayConnector/Certifications/GetInformationCertificationTests.d.ts} +1 -1
  53. package/lib/test/Integration/Gateways/ProPayConnector/Certifications/GetInformationCertificationTests.js +100 -0
  54. package/lib/test/Integration/Gateways/{GpApiConnector/AccessTokenTest.d.ts → ProPayConnector/Certifications/ProPayAccountCertificationTests.d.ts} +1 -1
  55. package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayAccountCertificationTests.js +352 -0
  56. package/lib/test/Integration/Gateways/{GpApiConnector/CreditCardNotPresentTest.d.ts → ProPayConnector/Certifications/ProPayFundCertificationTests.d.ts} +1 -1
  57. package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayFundCertificationTests.js +123 -0
  58. package/lib/test/Integration/Gateways/{GpApiConnector/3DSecureTest.d.ts → ProPayConnector/Certifications/ProPayInNetworkTransactionCertificationTests.d.ts} +1 -1
  59. package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayInNetworkTransactionCertificationTests.js +142 -0
  60. package/lib/test/Integration/Gateways/ProPayConnector/GetInformationTests.d.ts +1 -0
  61. package/lib/test/Integration/Gateways/ProPayConnector/GetInformationTests.js +100 -0
  62. package/lib/test/Integration/Gateways/ProPayConnector/ProPayAccountTests.d.ts +1 -0
  63. package/lib/test/Integration/Gateways/ProPayConnector/ProPayAccountTests.js +535 -0
  64. package/lib/test/Integration/Gateways/ProPayConnector/ProPayFundsTests.d.ts +1 -0
  65. package/lib/test/Integration/Gateways/ProPayConnector/ProPayFundsTests.js +124 -0
  66. package/lib/test/Integration/Gateways/ProPayConnector/ProPayInNetworkTransactionTests.d.ts +1 -0
  67. package/lib/test/Integration/Gateways/ProPayConnector/ProPayInNetworkTransactionTests.js +144 -0
  68. package/lib/test/Integration/Gateways/{GpEcomConnector → RealexConnector}/Certification/AuthTest.d.ts +1 -1
  69. package/lib/test/Integration/Gateways/RealexConnector/Certification/AuthTest.js +4373 -0
  70. package/lib/test/Integration/Gateways/{GpEcomConnector → RealexConnector}/Certification/AvsTest.d.ts +1 -1
  71. package/lib/test/Integration/Gateways/RealexConnector/Certification/AvsTest.js +758 -0
  72. package/lib/test/Integration/Gateways/{GpEcomConnector → RealexConnector}/Certification/CreditTest.d.ts +1 -1
  73. package/lib/test/Integration/Gateways/RealexConnector/Certification/CreditTest.js +2399 -0
  74. package/lib/test/Integration/Gateways/{GpEcomConnector → RealexConnector}/Certification/HoldTest.d.ts +1 -1
  75. package/lib/test/Integration/Gateways/RealexConnector/Certification/HoldTest.js +1656 -0
  76. package/lib/test/Integration/Gateways/RealexConnector/Certification/ManualTest.d.ts +1 -0
  77. package/lib/test/Integration/Gateways/RealexConnector/Certification/ManualTest.js +5650 -0
  78. package/lib/test/Integration/Gateways/RealexConnector/Certification/OtbTest.d.ts +1 -0
  79. package/lib/test/Integration/Gateways/RealexConnector/Certification/OtbTest.js +1985 -0
  80. package/lib/test/Integration/Gateways/RealexConnector/Certification/RebateTest.d.ts +1 -0
  81. package/lib/test/Integration/Gateways/RealexConnector/Certification/RebateTest.js +2369 -0
  82. package/lib/test/Integration/Gateways/RealexConnector/Certification/ReleaseTest.d.ts +1 -0
  83. package/lib/test/Integration/Gateways/RealexConnector/Certification/ReleaseTest.js +1703 -0
  84. package/lib/test/Integration/Gateways/RealexConnector/Certification/SettleTest.d.ts +1 -0
  85. package/lib/test/Integration/Gateways/RealexConnector/Certification/SettleTest.js +2053 -0
  86. package/lib/test/Integration/Gateways/RealexConnector/Certification/ValidationTest.d.ts +1 -0
  87. package/lib/test/Integration/Gateways/RealexConnector/Certification/ValidationTest.js +2469 -0
  88. package/lib/test/Integration/Gateways/RealexConnector/Certification/VerifyEnrolledTest.d.ts +1 -0
  89. package/lib/test/Integration/Gateways/RealexConnector/Certification/VerifyEnrolledTest.js +3116 -0
  90. package/lib/test/Integration/Gateways/RealexConnector/Certification/VoidTest.d.ts +1 -0
  91. package/lib/test/Integration/Gateways/RealexConnector/Certification/VoidTest.js +2031 -0
  92. package/lib/test/Integration/Gateways/{GpEcomConnector → RealexConnector}/CreditTest.d.ts +1 -1
  93. package/lib/test/Integration/Gateways/RealexConnector/CreditTest.js +322 -0
  94. package/lib/test/Integration/Gateways/{GpEcomConnector → RealexConnector}/HppTest.d.ts +1 -1
  95. package/lib/test/Integration/Gateways/RealexConnector/HppTest.js +98 -0
  96. package/lib/test/Integration/Gateways/{GpEcomConnector → RealexConnector}/RecurringTest.d.ts +1 -1
  97. package/lib/test/Integration/Gateways/RealexConnector/RecurringTest.js +263 -0
  98. package/lib/test/Integration/Services/CheckServiceTest.d.ts +1 -1
  99. package/lib/test/Integration/Services/CheckServiceTest.js +98 -45
  100. package/lib/test/Integration/Services/CreditServiceTest.d.ts +1 -1
  101. package/lib/test/Integration/Services/CreditServiceTest.js +313 -174
  102. package/lib/test/Integration/Services/DebitServiceTest.d.ts +1 -1
  103. package/lib/test/Integration/Services/DebitServiceTest.js +154 -81
  104. package/lib/test/Integration/Services/EBTServiceTest.d.ts +1 -1
  105. package/lib/test/Integration/Services/EBTServiceTest.js +135 -64
  106. package/lib/test/Unit/Builders/AuthorizationBuilder/ValidationTest.d.ts +1 -1
  107. package/lib/test/Unit/Builders/AuthorizationBuilder/ValidationTest.js +161 -111
  108. package/lib/test/Unit/Builders/ReportBuilder/ValidationTest.d.ts +1 -1
  109. package/lib/test/Unit/Builders/ReportBuilder/ValidationTest.js +139 -62
  110. package/lib/test/Unit/Gateways/PorticoConnector/InputValidationTest.d.ts +1 -1
  111. package/lib/test/Unit/Gateways/PorticoConnector/InputValidationTest.js +202 -125
  112. package/lib/test/Unit/Gateways/{GpEcomConnector → RealexConnector}/CreditTest.d.ts +1 -1
  113. package/lib/test/Unit/Gateways/RealexConnector/CreditTest.js +29 -0
  114. package/package.json +62 -62
  115. package/lib/test/Integration/Gateways/GpApiConnector/3DS2Test.js +0 -1029
  116. package/lib/test/Integration/Gateways/GpApiConnector/3DS2Test.js.map +0 -1
  117. package/lib/test/Integration/Gateways/GpApiConnector/3DSecureTest.js +0 -649
  118. package/lib/test/Integration/Gateways/GpApiConnector/3DSecureTest.js.map +0 -1
  119. package/lib/test/Integration/Gateways/GpApiConnector/AccessTokenTest.js +0 -109
  120. package/lib/test/Integration/Gateways/GpApiConnector/AccessTokenTest.js.map +0 -1
  121. package/lib/test/Integration/Gateways/GpApiConnector/CreditCardNotPresentTest.js +0 -1025
  122. package/lib/test/Integration/Gateways/GpApiConnector/CreditCardNotPresentTest.js.map +0 -1
  123. package/lib/test/Integration/Gateways/GpApiConnector/CreditCardPresentTest.d.ts +0 -1
  124. package/lib/test/Integration/Gateways/GpApiConnector/CreditCardPresentTest.js +0 -439
  125. package/lib/test/Integration/Gateways/GpApiConnector/CreditCardPresentTest.js.map +0 -1
  126. package/lib/test/Integration/Gateways/GpApiConnector/DebitCardTest.d.ts +0 -1
  127. package/lib/test/Integration/Gateways/GpApiConnector/DebitCardTest.js +0 -143
  128. package/lib/test/Integration/Gateways/GpApiConnector/DebitCardTest.js.map +0 -1
  129. package/lib/test/Integration/Gateways/GpApiConnector/GpApiCertificationTest.d.ts +0 -1
  130. package/lib/test/Integration/Gateways/GpApiConnector/GpApiCertificationTest.js +0 -639
  131. package/lib/test/Integration/Gateways/GpApiConnector/GpApiCertificationTest.js.map +0 -1
  132. package/lib/test/Integration/Gateways/GpApiConnector/GpApiTokenManagementTest.d.ts +0 -1
  133. package/lib/test/Integration/Gateways/GpApiConnector/GpApiTokenManagementTest.js +0 -149
  134. package/lib/test/Integration/Gateways/GpApiConnector/GpApiTokenManagementTest.js.map +0 -1
  135. package/lib/test/Integration/Gateways/GpApiConnector/ReportingDepositsTest.d.ts +0 -1
  136. package/lib/test/Integration/Gateways/GpApiConnector/ReportingDepositsTest.js +0 -226
  137. package/lib/test/Integration/Gateways/GpApiConnector/ReportingDepositsTest.js.map +0 -1
  138. package/lib/test/Integration/Gateways/GpApiConnector/ReportingSettlementTransactionsTest.d.ts +0 -1
  139. package/lib/test/Integration/Gateways/GpApiConnector/ReportingSettlementTransactionsTest.js +0 -434
  140. package/lib/test/Integration/Gateways/GpApiConnector/ReportingSettlementTransactionsTest.js.map +0 -1
  141. package/lib/test/Integration/Gateways/GpApiConnector/ReportingStoredPaymentMethodsTest.d.ts +0 -1
  142. package/lib/test/Integration/Gateways/GpApiConnector/ReportingStoredPaymentMethodsTest.js +0 -217
  143. package/lib/test/Integration/Gateways/GpApiConnector/ReportingStoredPaymentMethodsTest.js.map +0 -1
  144. package/lib/test/Integration/Gateways/GpApiConnector/ReportingTransactionsTest.d.ts +0 -1
  145. package/lib/test/Integration/Gateways/GpApiConnector/ReportingTransactionsTest.js +0 -338
  146. package/lib/test/Integration/Gateways/GpApiConnector/ReportingTransactionsTest.js.map +0 -1
  147. package/lib/test/Integration/Gateways/GpEcomConnector/Certification/AuthTest.js +0 -2446
  148. package/lib/test/Integration/Gateways/GpEcomConnector/Certification/AuthTest.js.map +0 -1
  149. package/lib/test/Integration/Gateways/GpEcomConnector/Certification/AvsTest.js +0 -506
  150. package/lib/test/Integration/Gateways/GpEcomConnector/Certification/AvsTest.js.map +0 -1
  151. package/lib/test/Integration/Gateways/GpEcomConnector/Certification/CreditTest.js +0 -1296
  152. package/lib/test/Integration/Gateways/GpEcomConnector/Certification/CreditTest.js.map +0 -1
  153. package/lib/test/Integration/Gateways/GpEcomConnector/Certification/HoldTest.js +0 -847
  154. package/lib/test/Integration/Gateways/GpEcomConnector/Certification/HoldTest.js.map +0 -1
  155. package/lib/test/Integration/Gateways/GpEcomConnector/CreditTest.js +0 -215
  156. package/lib/test/Integration/Gateways/GpEcomConnector/CreditTest.js.map +0 -1
  157. package/lib/test/Integration/Gateways/GpEcomConnector/HppTest.js +0 -99
  158. package/lib/test/Integration/Gateways/GpEcomConnector/HppTest.js.map +0 -1
  159. package/lib/test/Integration/Gateways/GpEcomConnector/RecurringTest.js +0 -133
  160. package/lib/test/Integration/Gateways/GpEcomConnector/RecurringTest.js.map +0 -1
  161. package/lib/test/Integration/Gateways/PorticoConnector/AchTest.js.map +0 -1
  162. package/lib/test/Integration/Gateways/PorticoConnector/Certifications/CheckTest.js.map +0 -1
  163. package/lib/test/Integration/Gateways/PorticoConnector/Certifications/EcommerceCheckTest.js.map +0 -1
  164. package/lib/test/Integration/Gateways/PorticoConnector/Certifications/EcommerceTest.js.map +0 -1
  165. package/lib/test/Integration/Gateways/PorticoConnector/Certifications/MotoCheckTest.js.map +0 -1
  166. package/lib/test/Integration/Gateways/PorticoConnector/Certifications/MotoTest.js.map +0 -1
  167. package/lib/test/Integration/Gateways/PorticoConnector/Certifications/RecurringTest.js.map +0 -1
  168. package/lib/test/Integration/Gateways/PorticoConnector/Certifications/RetailTest.js.map +0 -1
  169. package/lib/test/Integration/Gateways/PorticoConnector/CreditTest.js.map +0 -1
  170. package/lib/test/Integration/Gateways/PorticoConnector/DebitTest.js.map +0 -1
  171. package/lib/test/Integration/Gateways/PorticoConnector/EbtTest.js.map +0 -1
  172. package/lib/test/Integration/Gateways/PorticoConnector/EcommerceTest.js.map +0 -1
  173. package/lib/test/Integration/Gateways/PorticoConnector/GiftTest.js.map +0 -1
  174. package/lib/test/Integration/Gateways/PorticoConnector/PorticoManagementTokenTest.d.ts +0 -1
  175. package/lib/test/Integration/Gateways/PorticoConnector/PorticoManagementTokenTest.js +0 -48
  176. package/lib/test/Integration/Gateways/PorticoConnector/PorticoManagementTokenTest.js.map +0 -1
  177. package/lib/test/Integration/Gateways/PorticoConnector/RecurringTest.js.map +0 -1
  178. package/lib/test/Integration/Gateways/PorticoConnector/ReportingTest.js.map +0 -1
  179. package/lib/test/Integration/Gateways/ProPayConnector/Certifications/GetInformationCertificationTest.d.ts +0 -1
  180. package/lib/test/Integration/Gateways/ProPayConnector/Certifications/GetInformationCertificationTest.js +0 -44
  181. package/lib/test/Integration/Gateways/ProPayConnector/Certifications/GetInformationCertificationTest.js.map +0 -1
  182. package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayAccountCertificationTest.d.ts +0 -1
  183. package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayAccountCertificationTest.js +0 -221
  184. package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayAccountCertificationTest.js.map +0 -1
  185. package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayFundCertificationTest.d.ts +0 -1
  186. package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayFundCertificationTest.js +0 -60
  187. package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayFundCertificationTest.js.map +0 -1
  188. package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayInNetworkTransactionCertificationTest.d.ts +0 -1
  189. package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayInNetworkTransactionCertificationTest.js +0 -80
  190. package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayInNetworkTransactionCertificationTest.js.map +0 -1
  191. package/lib/test/Integration/Gateways/ProPayConnector/GetInformationTest.d.ts +0 -1
  192. package/lib/test/Integration/Gateways/ProPayConnector/GetInformationTest.js +0 -44
  193. package/lib/test/Integration/Gateways/ProPayConnector/GetInformationTest.js.map +0 -1
  194. package/lib/test/Integration/Gateways/ProPayConnector/ProPayAccountTest.d.ts +0 -1
  195. package/lib/test/Integration/Gateways/ProPayConnector/ProPayAccountTest.js +0 -330
  196. package/lib/test/Integration/Gateways/ProPayConnector/ProPayAccountTest.js.map +0 -1
  197. package/lib/test/Integration/Gateways/ProPayConnector/ProPayFundsTest.d.ts +0 -1
  198. package/lib/test/Integration/Gateways/ProPayConnector/ProPayFundsTest.js +0 -60
  199. package/lib/test/Integration/Gateways/ProPayConnector/ProPayFundsTest.js.map +0 -1
  200. package/lib/test/Integration/Gateways/ProPayConnector/ProPayInNetworkTransactionTest.d.ts +0 -1
  201. package/lib/test/Integration/Gateways/ProPayConnector/ProPayInNetworkTransactionTest.js +0 -80
  202. package/lib/test/Integration/Gateways/ProPayConnector/ProPayInNetworkTransactionTest.js.map +0 -1
  203. package/lib/test/Integration/Gateways/Terminals/UPA/UpaMicTest.d.ts +0 -1
  204. package/lib/test/Integration/Gateways/Terminals/UPA/UpaMicTest.js +0 -149
  205. package/lib/test/Integration/Gateways/Terminals/UPA/UpaMicTest.js.map +0 -1
  206. package/lib/test/Integration/Services/CheckServiceTest.js.map +0 -1
  207. package/lib/test/Integration/Services/CreditServiceTest.js.map +0 -1
  208. package/lib/test/Integration/Services/DebitServiceTest.js.map +0 -1
  209. package/lib/test/Integration/Services/EBTServiceTest.js.map +0 -1
  210. package/lib/test/Unit/Builders/AuthorizationBuilder/ValidationTest.js.map +0 -1
  211. package/lib/test/Unit/Builders/ReportBuilder/ValidationTest.js.map +0 -1
  212. package/lib/test/Unit/Gateways/GpEcomConnector/CreditTest.js +0 -34
  213. package/lib/test/Unit/Gateways/GpEcomConnector/CreditTest.js.map +0 -1
  214. package/lib/test/Unit/Gateways/PorticoConnector/InputValidationTest.js.map +0 -1
@@ -0,0 +1,322 @@
1
+ "use strict";
2
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
+ return new (P || (P = Promise))(function (resolve, reject) {
5
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
9
+ });
10
+ };
11
+ var __generator = (this && this.__generator) || function (thisArg, body) {
12
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
13
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
14
+ function verb(n) { return function (v) { return step([n, v]); }; }
15
+ function step(op) {
16
+ if (f) throw new TypeError("Generator is already executing.");
17
+ while (_) try {
18
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
19
+ if (y = 0, t) op = [op[0] & 2, t.value];
20
+ switch (op[0]) {
21
+ case 0: case 1: t = op; break;
22
+ case 4: _.label++; return { value: op[1], done: false };
23
+ case 5: _.label++; y = op[1]; op = [0]; continue;
24
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
25
+ default:
26
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
27
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
28
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
29
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
30
+ if (t[2]) _.ops.pop();
31
+ _.trys.pop(); continue;
32
+ }
33
+ op = body.call(thisArg, _);
34
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
35
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
36
+ }
37
+ };
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ var ava_1 = require("ava");
40
+ var src_1 = require("../../../../src/");
41
+ var config = new src_1.ServicesConfig();
42
+ config.merchantId = "heartlandgpsandbox";
43
+ config.accountId = "api";
44
+ config.sharedSecret = "secret";
45
+ config.rebatePassword = "rebate";
46
+ config.refundPassword = "refund";
47
+ config.serviceUrl = "https://api.sandbox.realexpayments.com/epage-remote.cgi";
48
+ var card = new src_1.CreditCardData();
49
+ card.number = "4111111111111111";
50
+ card.expMonth = "12";
51
+ card.expYear = "2025";
52
+ card.cvn = "123";
53
+ card.cardHolderName = "Joe Smith";
54
+ ava_1.default.before(function (_t) {
55
+ src_1.ServicesContainer.configure(config);
56
+ });
57
+ ava_1.default("credit authorization", function (t) { return __awaiter(void 0, void 0, void 0, function () {
58
+ var authorization, capture;
59
+ return __generator(this, function (_a) {
60
+ switch (_a.label) {
61
+ case 0:
62
+ t.plan(4);
63
+ return [4 /*yield*/, card
64
+ .authorize("14")
65
+ .withCurrency("USD")
66
+ .withAllowDuplicates(true)
67
+ .execute()];
68
+ case 1:
69
+ authorization = _a.sent();
70
+ t.truthy(authorization);
71
+ t.is(authorization.responseCode, "00", authorization.responseMessage);
72
+ return [4 /*yield*/, authorization
73
+ .capture("16")
74
+ .withGratuity("2")
75
+ .execute()];
76
+ case 2:
77
+ capture = _a.sent();
78
+ t.truthy(capture);
79
+ t.is(capture.responseCode, "00", capture.responseMessage);
80
+ return [2 /*return*/];
81
+ }
82
+ });
83
+ }); });
84
+ ava_1.default("credit sale", function (t) { return __awaiter(void 0, void 0, void 0, function () {
85
+ var response;
86
+ return __generator(this, function (_a) {
87
+ switch (_a.label) {
88
+ case 0:
89
+ t.plan(2);
90
+ return [4 /*yield*/, card
91
+ .charge(15)
92
+ .withCurrency("USD")
93
+ .withAllowDuplicates(true)
94
+ .execute()];
95
+ case 1:
96
+ response = _a.sent();
97
+ t.truthy(response);
98
+ t.is(response.responseCode, "00", response.responseMessage);
99
+ return [2 /*return*/];
100
+ }
101
+ });
102
+ }); });
103
+ ava_1.default("credit sale with recurring", function (t) { return __awaiter(void 0, void 0, void 0, function () {
104
+ var response;
105
+ return __generator(this, function (_a) {
106
+ switch (_a.label) {
107
+ case 0:
108
+ t.plan(2);
109
+ return [4 /*yield*/, card
110
+ .charge(15)
111
+ .withCurrency("USD")
112
+ .withRecurringInfo(src_1.RecurringType.Fixed, src_1.RecurringSequence.First)
113
+ .withAllowDuplicates(true)
114
+ .execute()];
115
+ case 1:
116
+ response = _a.sent();
117
+ t.truthy(response);
118
+ t.is(response.responseCode, "00", response.responseMessage);
119
+ return [2 /*return*/];
120
+ }
121
+ });
122
+ }); });
123
+ ava_1.default("credit refund", function (t) { return __awaiter(void 0, void 0, void 0, function () {
124
+ var response;
125
+ return __generator(this, function (_a) {
126
+ switch (_a.label) {
127
+ case 0:
128
+ t.plan(2);
129
+ return [4 /*yield*/, card
130
+ .refund(16)
131
+ .withCurrency("USD")
132
+ .withAllowDuplicates(true)
133
+ .execute()];
134
+ case 1:
135
+ response = _a.sent();
136
+ t.truthy(response);
137
+ t.is(response.responseCode, "00", response.responseMessage);
138
+ return [2 /*return*/];
139
+ }
140
+ });
141
+ }); });
142
+ ava_1.default("credit rebate", function (t) { return __awaiter(void 0, void 0, void 0, function () {
143
+ var response, rebate;
144
+ return __generator(this, function (_a) {
145
+ switch (_a.label) {
146
+ case 0:
147
+ t.plan(4);
148
+ return [4 /*yield*/, card
149
+ .charge(17)
150
+ .withCurrency("USD")
151
+ .withAllowDuplicates(true)
152
+ .execute()];
153
+ case 1:
154
+ response = _a.sent();
155
+ t.truthy(response);
156
+ t.is(response.responseCode, "00", response.responseMessage);
157
+ return [4 /*yield*/, response
158
+ .refund(17)
159
+ .withCurrency("USD")
160
+ .execute()];
161
+ case 2:
162
+ rebate = _a.sent();
163
+ t.truthy(rebate);
164
+ t.is(rebate.responseCode, "00", rebate.responseMessage);
165
+ return [2 /*return*/];
166
+ }
167
+ });
168
+ }); });
169
+ ava_1.default("credit void", function (t) { return __awaiter(void 0, void 0, void 0, function () {
170
+ var response, voidResponse;
171
+ return __generator(this, function (_a) {
172
+ switch (_a.label) {
173
+ case 0:
174
+ t.plan(4);
175
+ return [4 /*yield*/, card
176
+ .charge(15)
177
+ .withCurrency("USD")
178
+ .withAllowDuplicates(true)
179
+ .execute()];
180
+ case 1:
181
+ response = _a.sent();
182
+ t.truthy(response);
183
+ t.is(response.responseCode, "00", response.responseMessage);
184
+ return [4 /*yield*/, response.void().execute()];
185
+ case 2:
186
+ voidResponse = _a.sent();
187
+ t.truthy(voidResponse);
188
+ t.is(voidResponse.responseCode, "00", voidResponse.responseMessage);
189
+ return [2 /*return*/];
190
+ }
191
+ });
192
+ }); });
193
+ ava_1.default("credit verify", function (t) { return __awaiter(void 0, void 0, void 0, function () {
194
+ var response;
195
+ return __generator(this, function (_a) {
196
+ switch (_a.label) {
197
+ case 0:
198
+ t.plan(2);
199
+ return [4 /*yield*/, card
200
+ .verify()
201
+ .withAllowDuplicates(true)
202
+ .execute()];
203
+ case 1:
204
+ response = _a.sent();
205
+ t.truthy(response);
206
+ t.is(response.responseCode, "00", response.responseMessage);
207
+ return [2 /*return*/];
208
+ }
209
+ });
210
+ }); });
211
+ ava_1.default("credit auth mobile - apple pay", function (t) { return __awaiter(void 0, void 0, void 0, function () {
212
+ var encryptedCard, incorrectHashError, cannotDecryptError;
213
+ return __generator(this, function (_a) {
214
+ switch (_a.label) {
215
+ case 0:
216
+ t.plan(6);
217
+ encryptedCard = new src_1.CreditCardData();
218
+ // tslint:disable-next-line:max-line-length
219
+ encryptedCard.token = "{\"version\":\"EC_v1\",\"data\":\"Ft+dvMNzlcy6WNB+zerKtkh/RWW4RWW4yXIRgmM3WC/FYEC6Z+OJEzir2sDyzDkjIUJ0TFCQd/QAAAAAAAA==\",\"header\":{\"ephemeralPublicKey\":\"MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEWdNhNAHy9kO2Kol33kIh7k6wh6E/lxriM46MR1FUrn7SHugprkaeFmWKZPgGpWgZ+telY/G1+YSoaCbR5YSoaCbR57bdGA==\",\"transactionId\":\"fd88874954acdb299c285f95a3202ad1f330d3fd4ebc22a864398684198644c3\",\"publicKeyHash\":\"h7WnNVz2gmpTSkHqETOWsskFPLSj31e3sPTS2cBxgrk=\"}}";
220
+ encryptedCard.mobileType = "apple-pay";
221
+ return [4 /*yield*/, t.throws(encryptedCard
222
+ .authorize(10)
223
+ .withCurrency("USD")
224
+ .withModifier(src_1.TransactionModifier.EncryptedMobile)
225
+ .withAllowDuplicates(true)
226
+ .execute(), src_1.GatewayError)];
227
+ case 1:
228
+ incorrectHashError = _a.sent();
229
+ t.truthy(incorrectHashError);
230
+ t.is(incorrectHashError.responseCode, "505", incorrectHashError.responseMessage);
231
+ return [4 /*yield*/, t.throws(encryptedCard
232
+ .authorize()
233
+ .withModifier(src_1.TransactionModifier.EncryptedMobile)
234
+ .withAllowDuplicates(true)
235
+ .execute(), src_1.GatewayError)];
236
+ case 2:
237
+ cannotDecryptError = _a.sent();
238
+ t.truthy(cannotDecryptError);
239
+ t.is(cannotDecryptError.responseCode, "515", cannotDecryptError.responseMessage);
240
+ return [2 /*return*/];
241
+ }
242
+ });
243
+ }); });
244
+ ava_1.default("credit auth mobile - google pay", function (t) { return __awaiter(void 0, void 0, void 0, function () {
245
+ var encryptedCard, missingAmountError, invalidTokenError;
246
+ return __generator(this, function (_a) {
247
+ switch (_a.label) {
248
+ case 0:
249
+ t.plan(6);
250
+ encryptedCard = new src_1.CreditCardData();
251
+ // tslint:disable-next-line:max-line-length
252
+ encryptedCard.token = "{\"signature\":\"MEUCIQDapDDJyf9lH3ztEWksgAjNe...AXjW+ZM+Ut2BWoTExppDDPc1a9Z7U=\",\"protocolVersion\":\"ECv1\",\"signedMessage\":\"{\"encryptedMessage\":\"VkqwkFuMdXp...TZQxVMnkTeJjwyc4\\u003d\",\"ephemeralPublicKey\":\"BMglUoKZWxgB...YCiBNkLaMTD9G4sec\\u003d\",\"tag\":\"4VYypqW2Q5FN7UP87QNDGsLgc48vAe5+AcjR+BxQ2Zo\\u003d\"}\"}";
253
+ encryptedCard.mobileType = "pay-with-google";
254
+ return [4 /*yield*/, t.throws(encryptedCard
255
+ .authorize()
256
+ .withModifier(src_1.TransactionModifier.EncryptedMobile)
257
+ .withAllowDuplicates(true)
258
+ .execute(), src_1.GatewayError)];
259
+ case 1:
260
+ missingAmountError = _a.sent();
261
+ t.truthy(missingAmountError);
262
+ t.is(missingAmountError.responseCode, "502", missingAmountError.responseMessage);
263
+ return [4 /*yield*/, t.throws(encryptedCard
264
+ .authorize(10)
265
+ .withCurrency("USD")
266
+ .withModifier(src_1.TransactionModifier.EncryptedMobile)
267
+ .withAllowDuplicates(true)
268
+ .execute(), src_1.GatewayError)];
269
+ case 2:
270
+ invalidTokenError = _a.sent();
271
+ t.truthy(invalidTokenError);
272
+ t.is(invalidTokenError.responseCode, "509", invalidTokenError.responseMessage);
273
+ return [2 /*return*/];
274
+ }
275
+ });
276
+ }); });
277
+ ava_1.default("implied decimal conversion", function (t) { return __awaiter(void 0, void 0, void 0, function () {
278
+ var responseNumber1, responseNumber2, responseString1, responseString2;
279
+ return __generator(this, function (_a) {
280
+ switch (_a.label) {
281
+ case 0:
282
+ t.plan(8);
283
+ return [4 /*yield*/, card
284
+ .charge(78.68)
285
+ .withCurrency("USD")
286
+ .withAllowDuplicates(true)
287
+ .execute()];
288
+ case 1:
289
+ responseNumber1 = _a.sent();
290
+ t.truthy(responseNumber1);
291
+ t.is(responseNumber1.responseCode, "00", responseNumber1.responseMessage);
292
+ return [4 /*yield*/, card
293
+ .charge(78.68000000000001)
294
+ .withCurrency("USD")
295
+ .withAllowDuplicates(true)
296
+ .execute()];
297
+ case 2:
298
+ responseNumber2 = _a.sent();
299
+ t.truthy(responseNumber2);
300
+ t.is(responseNumber2.responseCode, "00", responseNumber2.responseMessage);
301
+ return [4 /*yield*/, card
302
+ .charge("78.68")
303
+ .withCurrency("USD")
304
+ .withAllowDuplicates(true)
305
+ .execute()];
306
+ case 3:
307
+ responseString1 = _a.sent();
308
+ t.truthy(responseString1);
309
+ t.is(responseString1.responseCode, "00", responseString1.responseMessage);
310
+ return [4 /*yield*/, card
311
+ .charge("78.68000000000001")
312
+ .withCurrency("USD")
313
+ .withAllowDuplicates(true)
314
+ .execute()];
315
+ case 4:
316
+ responseString2 = _a.sent();
317
+ t.truthy(responseString2);
318
+ t.is(responseString2.responseCode, "00", responseString2.responseMessage);
319
+ return [2 /*return*/];
320
+ }
321
+ });
322
+ }); });
@@ -1 +1 @@
1
- export {};
1
+ export {};
@@ -0,0 +1,98 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var ava_1 = require("ava");
4
+ var src_1 = require("../../../../src/");
5
+ var config = new src_1.ServicesConfig();
6
+ config.merchantId = "heartlandgpsandbox";
7
+ config.accountId = "api";
8
+ config.sharedSecret = "secret";
9
+ config.serviceUrl = "https://api.sandbox.realexpayments.com/epage-remote.cgi";
10
+ config.hostedPaymentConfig = new src_1.HostedPaymentConfig();
11
+ config.hostedPaymentConfig.language = "GB";
12
+ config.hostedPaymentConfig.responseUrl = "http://requestb.in/10q2bjb1";
13
+ var test = ava_1.default.serial;
14
+ var service = new src_1.HostedService(config);
15
+ var address = new src_1.Address();
16
+ address.postalCode = "123|56";
17
+ address.country = "IRELAND";
18
+ test("credit auth", function (t) {
19
+ t.plan(1);
20
+ var json = service
21
+ .authorize(1)
22
+ .withCurrency("EUR")
23
+ .withCustomerId("123456")
24
+ .withAddress(address)
25
+ .serialize();
26
+ t.truthy(json);
27
+ });
28
+ test("credit sale", function (t) {
29
+ t.plan(1);
30
+ var json = service
31
+ .charge(1)
32
+ .withCurrency("EUR")
33
+ .withCustomerId("123456")
34
+ .withAddress(address)
35
+ .serialize();
36
+ t.truthy(json);
37
+ });
38
+ test("credit verify", function (t) {
39
+ t.plan(1);
40
+ var json = service
41
+ .verify(1)
42
+ .withCurrency("EUR")
43
+ .withCustomerId("123456")
44
+ .withAddress(address)
45
+ .serialize();
46
+ t.truthy(json);
47
+ });
48
+ test("auth no amount", function (t) {
49
+ t.plan(2);
50
+ var error = t.throws(function () {
51
+ service
52
+ .authorize(undefined)
53
+ .withCurrency("USD")
54
+ .serialize();
55
+ }, src_1.BuilderError);
56
+ t.truthy(error.message);
57
+ });
58
+ test("auth no currency", function (t) {
59
+ t.plan(2);
60
+ var error = t.throws(function () {
61
+ service.authorize(10).serialize();
62
+ }, src_1.BuilderError);
63
+ t.truthy(error.message);
64
+ });
65
+ test("sale no amount", function (t) {
66
+ t.plan(2);
67
+ var error = t.throws(function () {
68
+ service
69
+ .charge(undefined)
70
+ .withCurrency("USD")
71
+ .serialize();
72
+ }, src_1.BuilderError);
73
+ t.truthy(error.message);
74
+ });
75
+ test("sale no currency", function (t) {
76
+ t.plan(2);
77
+ var error = t.throws(function () {
78
+ service.authorize(10).serialize();
79
+ }, src_1.BuilderError);
80
+ t.truthy(error.message);
81
+ });
82
+ test("verify no currency", function (t) {
83
+ t.plan(2);
84
+ var error = t.throws(function () {
85
+ service.verify().serialize();
86
+ }, src_1.BuilderError);
87
+ t.truthy(error.message);
88
+ });
89
+ test("verify with amount", function (t) {
90
+ t.plan(2);
91
+ var error = t.throws(function () {
92
+ service
93
+ .verify()
94
+ .withAmount(10)
95
+ .serialize();
96
+ }, src_1.BuilderError);
97
+ t.truthy(error.message);
98
+ });