braintree 4.14.0 → 4.18.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (247) hide show
  1. checksums.yaml +4 -4
  2. data/lib/braintree/account_updater_daily_report.rb +3 -3
  3. data/lib/braintree/ach_mandate.rb +1 -1
  4. data/lib/braintree/add_on_gateway.rb +1 -1
  5. data/lib/braintree/address.rb +4 -4
  6. data/lib/braintree/address_gateway.rb +5 -5
  7. data/lib/braintree/advanced_search.rb +10 -10
  8. data/lib/braintree/apple_pay.rb +3 -3
  9. data/lib/braintree/apple_pay_card.rb +3 -3
  10. data/lib/braintree/apple_pay_options.rb +3 -3
  11. data/lib/braintree/authorization_adjustment.rb +3 -3
  12. data/lib/braintree/base_module.rb +1 -1
  13. data/lib/braintree/bin_data.rb +2 -2
  14. data/lib/braintree/client_token_gateway.rb +1 -1
  15. data/lib/braintree/configuration.rb +22 -22
  16. data/lib/braintree/connected_merchant_paypal_status_changed.rb +1 -1
  17. data/lib/braintree/connected_merchant_status_transitioned.rb +1 -1
  18. data/lib/braintree/credit_card.rb +22 -9
  19. data/lib/braintree/credit_card_gateway.rb +23 -11
  20. data/lib/braintree/credit_card_verification.rb +3 -3
  21. data/lib/braintree/credit_card_verification_gateway.rb +28 -11
  22. data/lib/braintree/credit_card_verification_search.rb +1 -1
  23. data/lib/braintree/customer.rb +5 -9
  24. data/lib/braintree/customer_gateway.rb +7 -7
  25. data/lib/braintree/customer_search.rb +1 -1
  26. data/lib/braintree/descriptor.rb +1 -1
  27. data/lib/braintree/digest.rb +1 -1
  28. data/lib/braintree/disbursement.rb +5 -5
  29. data/lib/braintree/discount_gateway.rb +1 -1
  30. data/lib/braintree/dispute/evidence.rb +1 -1
  31. data/lib/braintree/dispute/paypal_message.rb +1 -1
  32. data/lib/braintree/dispute/status_history.rb +1 -1
  33. data/lib/braintree/dispute/transaction.rb +1 -1
  34. data/lib/braintree/dispute/transaction_details.rb +1 -1
  35. data/lib/braintree/dispute.rb +3 -3
  36. data/lib/braintree/dispute_gateway.rb +1 -1
  37. data/lib/braintree/dispute_search.rb +1 -1
  38. data/lib/braintree/document_upload.rb +2 -2
  39. data/lib/braintree/document_upload_gateway.rb +3 -3
  40. data/lib/braintree/enriched_customer_data.rb +2 -2
  41. data/lib/braintree/error_codes.rb +4 -0
  42. data/lib/braintree/error_result.rb +2 -3
  43. data/lib/braintree/errors.rb +3 -3
  44. data/lib/braintree/exceptions.rb +1 -2
  45. data/lib/braintree/exchange_rate.rb +2 -2
  46. data/lib/braintree/exchange_rate_quote.rb +3 -3
  47. data/lib/braintree/exchange_rate_quote_gateway.rb +1 -1
  48. data/lib/braintree/exchange_rate_quote_input.rb +3 -3
  49. data/lib/braintree/exchange_rate_quote_request.rb +3 -3
  50. data/lib/braintree/exchange_rate_quote_response.rb +3 -3
  51. data/lib/braintree/facilitated_details.rb +1 -1
  52. data/lib/braintree/facilitator_details.rb +1 -1
  53. data/lib/braintree/google_pay_card.rb +3 -3
  54. data/lib/braintree/granted_payment_instrument_update.rb +1 -1
  55. data/lib/braintree/graphql_client.rb +1 -1
  56. data/lib/braintree/http.rb +5 -5
  57. data/lib/braintree/local_payment_completed.rb +2 -2
  58. data/lib/braintree/local_payment_expired.rb +2 -2
  59. data/lib/braintree/local_payment_funded.rb +2 -2
  60. data/lib/braintree/local_payment_reversed.rb +2 -2
  61. data/lib/braintree/merchant.rb +3 -3
  62. data/lib/braintree/merchant_account.rb +2 -2
  63. data/lib/braintree/merchant_account_gateway.rb +9 -9
  64. data/lib/braintree/meta_checkout_card.rb +89 -0
  65. data/lib/braintree/meta_checkout_token.rb +88 -0
  66. data/lib/braintree/modification.rb +3 -3
  67. data/lib/braintree/oauth_credentials.rb +3 -3
  68. data/lib/braintree/paginated_collection.rb +2 -2
  69. data/lib/braintree/paginated_result.rb +1 -1
  70. data/lib/braintree/payment_instrument_type.rb +2 -0
  71. data/lib/braintree/payment_method_customer_data_updated_metadata.rb +2 -2
  72. data/lib/braintree/payment_method_gateway.rb +23 -10
  73. data/lib/braintree/payment_method_nonce.rb +4 -4
  74. data/lib/braintree/payment_method_nonce_details.rb +1 -1
  75. data/lib/braintree/payment_method_nonce_details_payer_info.rb +1 -1
  76. data/lib/braintree/payment_method_nonce_gateway.rb +1 -1
  77. data/lib/braintree/paypal_account.rb +1 -2
  78. data/lib/braintree/paypal_account_gateway.rb +5 -5
  79. data/lib/braintree/plan.rb +1 -1
  80. data/lib/braintree/plan_gateway.rb +2 -2
  81. data/lib/braintree/resource_collection.rb +2 -2
  82. data/lib/braintree/revoked_payment_method_metadata.rb +1 -1
  83. data/lib/braintree/risk_data.rb +1 -1
  84. data/lib/braintree/samsung_pay_card.rb +5 -5
  85. data/lib/braintree/sepa_direct_debit_account.rb +2 -2
  86. data/lib/braintree/sepa_direct_debit_account_nonce_details.rb +1 -1
  87. data/lib/braintree/settlement_batch_summary_gateway.rb +1 -1
  88. data/lib/braintree/sha256_digest.rb +1 -1
  89. data/lib/braintree/subscription/status_details.rb +1 -1
  90. data/lib/braintree/subscription.rb +2 -2
  91. data/lib/braintree/subscription_gateway.rb +6 -6
  92. data/lib/braintree/subscription_search.rb +1 -1
  93. data/lib/braintree/successful_result.rb +2 -2
  94. data/lib/braintree/test/credit_card.rb +7 -10
  95. data/lib/braintree/test/merchant_account.rb +1 -1
  96. data/lib/braintree/test/nonce.rb +4 -0
  97. data/lib/braintree/test/transaction_amounts.rb +2 -3
  98. data/lib/braintree/test/venmo_sdk.rb +2 -0
  99. data/lib/braintree/testing_gateway.rb +1 -1
  100. data/lib/braintree/three_d_secure_info.rb +1 -1
  101. data/lib/braintree/transaction/address_details.rb +2 -1
  102. data/lib/braintree/transaction/credit_card_details.rb +4 -1
  103. data/lib/braintree/transaction/customer_details.rb +1 -1
  104. data/lib/braintree/transaction/disbursement_details.rb +1 -1
  105. data/lib/braintree/transaction/local_payment_details.rb +2 -0
  106. data/lib/braintree/transaction/meta_checkout_card_details.rb +52 -0
  107. data/lib/braintree/transaction/meta_checkout_token_details.rb +54 -0
  108. data/lib/braintree/transaction/package_details.rb +16 -0
  109. data/lib/braintree/transaction/samsung_pay_card_details.rb +1 -1
  110. data/lib/braintree/transaction/sepa_direct_debit_account_details.rb +1 -1
  111. data/lib/braintree/transaction/status_details.rb +1 -1
  112. data/lib/braintree/transaction/subscription_details.rb +1 -1
  113. data/lib/braintree/transaction/us_bank_account_details.rb +1 -1
  114. data/lib/braintree/transaction/visa_checkout_card_details.rb +1 -1
  115. data/lib/braintree/transaction.rb +37 -20
  116. data/lib/braintree/transaction_gateway.rb +44 -15
  117. data/lib/braintree/transaction_line_item.rb +13 -10
  118. data/lib/braintree/transaction_line_item_gateway.rb +1 -1
  119. data/lib/braintree/transaction_review.rb +1 -1
  120. data/lib/braintree/transaction_search.rb +7 -6
  121. data/lib/braintree/unknown_payment_method.rb +1 -1
  122. data/lib/braintree/us_bank_account.rb +2 -2
  123. data/lib/braintree/us_bank_account_verification.rb +23 -15
  124. data/lib/braintree/us_bank_account_verification_search.rb +1 -1
  125. data/lib/braintree/util.rb +3 -3
  126. data/lib/braintree/validation_error.rb +1 -1
  127. data/lib/braintree/validation_error_collection.rb +3 -3
  128. data/lib/braintree/venmo_account.rb +3 -3
  129. data/lib/braintree/venmo_profile_data.rb +6 -4
  130. data/lib/braintree/version.rb +1 -1
  131. data/lib/braintree/visa_checkout_card.rb +7 -7
  132. data/lib/braintree/webhook_notification.rb +3 -2
  133. data/lib/braintree/webhook_notification_gateway.rb +4 -4
  134. data/lib/braintree/webhook_testing.rb +1 -1
  135. data/lib/braintree/webhook_testing_gateway.rb +18 -1
  136. data/lib/braintree/xml/generator.rb +1 -1
  137. data/lib/braintree/xml/libxml.rb +1 -1
  138. data/lib/braintree/xml/parser.rb +3 -3
  139. data/lib/braintree/xml/rexml.rb +2 -2
  140. data/lib/braintree/xml.rb +1 -1
  141. data/lib/braintree.rb +5 -1
  142. data/spec/integration/braintree/add_on_spec.rb +9 -9
  143. data/spec/integration/braintree/address_spec.rb +69 -69
  144. data/spec/integration/braintree/advanced_search_spec.rb +45 -45
  145. data/spec/integration/braintree/apple_pay_spec.rb +8 -8
  146. data/spec/integration/braintree/client_api/client_token_spec.rb +15 -15
  147. data/spec/integration/braintree/client_api/spec_helper.rb +2 -2
  148. data/spec/integration/braintree/credit_card_spec.rb +227 -228
  149. data/spec/integration/braintree/credit_card_verification_search_spec.rb +16 -16
  150. data/spec/integration/braintree/credit_card_verification_spec.rb +98 -53
  151. data/spec/integration/braintree/customer_search_spec.rb +20 -20
  152. data/spec/integration/braintree/customer_spec.rb +317 -317
  153. data/spec/integration/braintree/disbursement_spec.rb +2 -2
  154. data/spec/integration/braintree/discount_spec.rb +9 -9
  155. data/spec/integration/braintree/dispute_search_spec.rb +0 -1
  156. data/spec/integration/braintree/dispute_spec.rb +87 -87
  157. data/spec/integration/braintree/document_upload_spec.rb +17 -17
  158. data/spec/integration/braintree/error_codes_spec.rb +2 -2
  159. data/spec/integration/braintree/http_spec.rb +28 -28
  160. data/spec/integration/braintree/merchant_account_spec.rb +127 -127
  161. data/spec/integration/braintree/merchant_spec.rb +103 -103
  162. data/spec/integration/braintree/oauth_spec.rb +61 -61
  163. data/spec/integration/braintree/package_tracking_spec.rb +111 -0
  164. data/spec/integration/braintree/payment_method_nonce_spec.rb +89 -69
  165. data/spec/integration/braintree/payment_method_spec.rb +391 -391
  166. data/spec/integration/braintree/payment_method_us_bank_account_spec.rb +150 -78
  167. data/spec/integration/braintree/paypal_account_spec.rb +38 -38
  168. data/spec/integration/braintree/plan_spec.rb +15 -15
  169. data/spec/integration/braintree/samsung_pay_card_spec.rb +65 -65
  170. data/spec/integration/braintree/sepa_direct_debit_account_spec.rb +51 -51
  171. data/spec/integration/braintree/settlement_batch_summary_spec.rb +11 -11
  172. data/spec/integration/braintree/subscription_spec.rb +364 -364
  173. data/spec/integration/braintree/test/transaction_amounts_spec.rb +2 -2
  174. data/spec/integration/braintree/test_transaction_spec.rb +19 -19
  175. data/spec/integration/braintree/transaction_line_item_spec.rb +12 -6
  176. data/spec/integration/braintree/transaction_search_spec.rb +225 -165
  177. data/spec/integration/braintree/transaction_spec.rb +1606 -1230
  178. data/spec/integration/braintree/transaction_us_bank_account_spec.rb +32 -32
  179. data/spec/integration/braintree/us_bank_account_spec.rb +30 -30
  180. data/spec/integration/braintree/us_bank_account_verification_search_spec.rb +18 -18
  181. data/spec/integration/braintree/us_bank_account_verification_spec.rb +33 -33
  182. data/spec/integration/braintree/visa_checkout_card_spec.rb +57 -57
  183. data/spec/spec_helper.rb +9 -8
  184. data/spec/unit/braintree/address_spec.rb +8 -8
  185. data/spec/unit/braintree/base_module_spec.rb +4 -4
  186. data/spec/unit/braintree/client_token_spec.rb +2 -2
  187. data/spec/unit/braintree/configuration_spec.rb +57 -57
  188. data/spec/unit/braintree/credentials_parser_spec.rb +6 -6
  189. data/spec/unit/braintree/credit_card_spec.rb +31 -29
  190. data/spec/unit/braintree/credit_card_verification_gateway_spec.rb +33 -28
  191. data/spec/unit/braintree/credit_card_verification_search_spec.rb +9 -9
  192. data/spec/unit/braintree/credit_card_verification_spec.rb +17 -17
  193. data/spec/unit/braintree/customer_spec.rb +41 -40
  194. data/spec/unit/braintree/digest_spec.rb +5 -5
  195. data/spec/unit/braintree/disbursement_spec.rb +11 -11
  196. data/spec/unit/braintree/dispute_search_spec.rb +2 -2
  197. data/spec/unit/braintree/dispute_spec.rb +56 -56
  198. data/spec/unit/braintree/document_upload_spec.rb +8 -8
  199. data/spec/unit/braintree/enriched_customer_data_spec.rb +11 -2
  200. data/spec/unit/braintree/error_result_spec.rb +5 -5
  201. data/spec/unit/braintree/errors_spec.rb +9 -9
  202. data/spec/unit/braintree/http_spec.rb +9 -9
  203. data/spec/unit/braintree/local_payment_completed_spec.rb +11 -11
  204. data/spec/unit/braintree/local_payment_expired_spec.rb +2 -2
  205. data/spec/unit/braintree/local_payment_funded_spec.rb +6 -6
  206. data/spec/unit/braintree/merchant_account_spec.rb +4 -4
  207. data/spec/unit/braintree/meta_checkout_card_details_spec.rb +60 -0
  208. data/spec/unit/braintree/meta_checkout_card_spec.rb +60 -0
  209. data/spec/unit/braintree/meta_checkout_token_details_spec.rb +63 -0
  210. data/spec/unit/braintree/meta_checkout_token_spec.rb +63 -0
  211. data/spec/unit/braintree/modification_spec.rb +1 -1
  212. data/spec/unit/braintree/package_tracking_spec.rb +74 -0
  213. data/spec/unit/braintree/payment_method_customer_data_updated_metadata_spec.rb +6 -6
  214. data/spec/unit/braintree/payment_method_nonce_details_payer_info_spec.rb +7 -7
  215. data/spec/unit/braintree/payment_method_nonce_details_spec.rb +14 -14
  216. data/spec/unit/braintree/payment_method_spec.rb +19 -19
  217. data/spec/unit/braintree/paypal_account_spec.rb +4 -4
  218. data/spec/unit/braintree/resource_collection_spec.rb +7 -7
  219. data/spec/unit/braintree/sepa_debit_account_nonce_details_spec.rb +1 -1
  220. data/spec/unit/braintree/sha256_digest_spec.rb +1 -1
  221. data/spec/unit/braintree/signature_service_spec.rb +2 -2
  222. data/spec/unit/braintree/subscription_search_spec.rb +17 -17
  223. data/spec/unit/braintree/subscription_spec.rb +8 -8
  224. data/spec/unit/braintree/successful_result_spec.rb +5 -5
  225. data/spec/unit/braintree/three_d_secure_info_spec.rb +20 -20
  226. data/spec/unit/braintree/transaction/credit_card_details_spec.rb +5 -5
  227. data/spec/unit/braintree/transaction/customer_details_spec.rb +1 -1
  228. data/spec/unit/braintree/transaction/deposit_details_spec.rb +2 -2
  229. data/spec/unit/braintree/transaction/local_payment_details_spec.rb +30 -0
  230. data/spec/unit/braintree/transaction_gateway_spec.rb +41 -9
  231. data/spec/unit/braintree/transaction_search_spec.rb +2 -2
  232. data/spec/unit/braintree/transaction_spec.rb +101 -93
  233. data/spec/unit/braintree/unknown_payment_method_spec.rb +4 -4
  234. data/spec/unit/braintree/us_bank_account_spec.rb +2 -2
  235. data/spec/unit/braintree/us_bank_account_verification_search_spec.rb +7 -7
  236. data/spec/unit/braintree/us_bank_account_verification_spec.rb +12 -7
  237. data/spec/unit/braintree/util_spec.rb +27 -27
  238. data/spec/unit/braintree/validation_error_collection_spec.rb +34 -34
  239. data/spec/unit/braintree/validation_error_spec.rb +4 -4
  240. data/spec/unit/braintree/venmo_profile_data_spec.rb +16 -5
  241. data/spec/unit/braintree/webhook_notification_spec.rb +206 -191
  242. data/spec/unit/braintree/xml/libxml_spec.rb +5 -5
  243. data/spec/unit/braintree/xml/parser_spec.rb +8 -8
  244. data/spec/unit/braintree/xml/rexml_spec.rb +5 -5
  245. data/spec/unit/braintree/xml_spec.rb +17 -17
  246. data/spec/unit/braintree_spec.rb +2 -2
  247. metadata +14 -2
@@ -77,9 +77,9 @@ module Braintree
77
77
  All = constants.map { |c| const_get(c) }
78
78
  end
79
79
 
80
- module Type # :nodoc:
81
- Credit = "credit" # :nodoc:
82
- Sale = "sale" # :nodoc:
80
+ module Type
81
+ Credit = "credit"
82
+ Sale = "sale"
83
83
 
84
84
  All = constants.map { |c| const_get(c) }
85
85
  end
@@ -91,8 +91,9 @@ module Braintree
91
91
  end
92
92
  end
93
93
 
94
- attr_reader :acquirer_reference_number
95
94
  attr_reader :ach_return_code
95
+ attr_reader :ach_return_responses
96
+ attr_reader :acquirer_reference_number
96
97
  attr_reader :add_ons
97
98
  attr_reader :additional_processor_response # The raw response from the processor.
98
99
  attr_reader :amount
@@ -111,6 +112,7 @@ module Braintree
111
112
  attr_reader :custom_fields
112
113
  attr_reader :customer_details
113
114
  attr_reader :cvv_response_code
115
+ attr_reader :debit_network
114
116
  attr_reader :descriptor
115
117
  attr_reader :disbursement_details
116
118
  attr_reader :discount_amount
@@ -129,29 +131,32 @@ module Braintree
129
131
  attr_reader :merchant_account_id
130
132
  attr_reader :merchant_advice_code
131
133
  attr_reader :merchant_advice_code_text
134
+ attr_reader :meta_checkout_card_details
135
+ attr_reader :meta_checkout_token_details
132
136
  attr_reader :network_response_code # Response code from the card network
133
137
  attr_reader :network_response_text # Response text from the card network
134
138
  attr_reader :network_token_details
135
139
  attr_reader :network_transaction_id
136
140
  attr_reader :order_id
141
+ attr_reader :packages
137
142
  attr_reader :partial_settlement_transaction_ids
138
143
  attr_reader :payment_instrument_type
139
144
  attr_reader :payment_receipt
140
145
  attr_reader :paypal_details
141
146
  attr_reader :paypal_here_details
142
147
  attr_reader :plan_id
143
- attr_reader :processor_authorization_code # Authorization code from the processor.
144
- attr_reader :processor_response_code # Response code from the processor.
145
- attr_reader :processor_response_text # Response text from the processor.
146
- attr_reader :processor_response_type # Response type from the processor.
147
- attr_reader :processor_settlement_response_code # Settlement response code from the processor.
148
- attr_reader :processor_settlement_response_text # Settlement response text from the processor.
148
+ attr_reader :processor_authorization_code
149
+ attr_reader :processor_response_code
150
+ attr_reader :processor_response_text
151
+ attr_reader :processor_response_type
152
+ attr_reader :processor_settlement_response_code
153
+ attr_reader :processor_settlement_response_text
149
154
  attr_reader :product_sku
150
155
  attr_reader :purchase_order_number
151
156
  attr_reader :recurring
152
157
  attr_reader :refund_ids
153
- attr_reader :refunded_transaction_id
154
158
  attr_reader :refunded_installments
159
+ attr_reader :refunded_transaction_id
155
160
  attr_reader :retried
156
161
  attr_reader :retried_transaction_id # the primary/parent transaction id of any retried transaction
157
162
  attr_reader :retrieval_reference_number
@@ -159,9 +164,9 @@ module Braintree
159
164
  attr_reader :risk_data
160
165
  attr_reader :samsung_pay_card_details
161
166
  attr_reader :sca_exemption_requested
162
- attr_reader :service_fee_amount
163
167
  attr_reader :sepa_direct_debit_account_details
164
168
  attr_reader :sepa_direct_debit_return_code
169
+ attr_reader :service_fee_amount
165
170
  attr_reader :settlement_batch_id
166
171
  attr_reader :shipping_amount
167
172
  attr_reader :shipping_details
@@ -173,13 +178,12 @@ module Braintree
173
178
  attr_reader :tax_amount
174
179
  attr_reader :tax_exempt
175
180
  attr_reader :three_d_secure_info
176
- attr_reader :type # Will either be "sale" or "credit"
181
+ attr_reader :type
177
182
  attr_reader :updated_at
178
183
  attr_reader :us_bank_account_details
179
184
  attr_reader :venmo_account_details
180
185
  attr_reader :visa_checkout_card_details
181
186
  attr_reader :voice_referral_number
182
- attr_reader :ach_return_responses
183
187
 
184
188
  def self.adjust_authorization(*args)
185
189
  Configuration.gateway.transaction.adjust_authorization(*args)
@@ -281,6 +285,14 @@ module Braintree
281
285
  return_object_or_raise(:transaction) { update_details(*args) }
282
286
  end
283
287
 
288
+ def self.package_tracking(*args)
289
+ Configuration.gateway.transaction.package_tracking(*args)
290
+ end
291
+
292
+ def self.package_tracking!(*args)
293
+ Configuration.gateway.transaction.package_tracking!(*args)
294
+ end
295
+
284
296
  def self.submit_for_partial_settlement(*args)
285
297
  Configuration.gateway.transaction.submit_for_partial_settlement(*args)
286
298
  end
@@ -297,7 +309,7 @@ module Braintree
297
309
  Configuration.gateway.transaction.void!(*args)
298
310
  end
299
311
 
300
- def initialize(gateway, attributes) # :nodoc:
312
+ def initialize(gateway, attributes)
301
313
  @gateway = gateway
302
314
  set_instance_variables_from_hash(attributes)
303
315
 
@@ -312,6 +324,8 @@ module Braintree
312
324
  @disbursement_details = DisbursementDetails.new(@disbursement_details)
313
325
  @google_pay_details = GooglePayDetails.new(@google_pay_card)
314
326
  @local_payment_details = LocalPaymentDetails.new(@local_payment)
327
+ @meta_checkout_card_details = MetaCheckoutCardDetails.new(attributes[:meta_checkout_card])
328
+ @meta_checkout_token_details = MetaCheckoutTokenDetails.new(attributes[:meta_checkout_token])
315
329
  @payment_instrument_type = attributes[:payment_instrument_type]
316
330
  @payment_receipt = PaymentReceipt.new(attributes[:payment_receipt]) if attributes[:payment_receipt]
317
331
  @paypal_details = PayPalDetails.new(@paypal)
@@ -320,6 +334,7 @@ module Braintree
320
334
  @sca_exemption_requested = attributes[:sca_exemption_requested]
321
335
  @sepa_direct_debit_account_details = SepaDirectDebitAccountDetails.new(@sepa_debit_account_detail)
322
336
  @service_fee_amount = Util.to_big_decimal(service_fee_amount)
337
+ @packages = attributes[:shipments] ? attributes[:shipments].map { |pd| PackageDetails.new(pd) } : []
323
338
  @shipping_details = AddressDetails.new(@shipping)
324
339
  @status_history = attributes[:status_history] ? attributes[:status_history].map { |s| StatusDetails.new(s) } : []
325
340
  @subscription_details = SubscriptionDetails.new(@subscription)
@@ -341,7 +356,7 @@ module Braintree
341
356
  refunded_installments.map! { |attrs| Installment.new(attrs) } if refunded_installments
342
357
  end
343
358
 
344
- def inspect # :nodoc:
359
+ def inspect
345
360
  first = [:id, :type, :amount, :status]
346
361
  order = first + (self.class._attributes - first)
347
362
  nice_attributes = order.map do |attr|
@@ -358,12 +373,10 @@ module Braintree
358
373
  @gateway.transaction_line_item.find_all(id)
359
374
  end
360
375
 
361
- # Returns true if the transaction has been refunded. False otherwise.
362
376
  def refunded?
363
377
  !@refund_id.nil?
364
378
  end
365
379
 
366
- # Returns true if the transaction has been disbursed. False otherwise.
367
380
  def disbursed?
368
381
  @disbursement_details.valid?
369
382
  end
@@ -372,6 +385,7 @@ module Braintree
372
385
  # vault_billing_address will return the associated Braintree::Address. Because the
373
386
  # vault billing address can be updated after the transaction was created, the attributes
374
387
  # on vault_billing_address may not match the attributes on billing_details.
388
+ # NEXT_MAJOR_VERSION these methods are not documented in the developer docs, remove
375
389
  def vault_billing_address
376
390
  return nil if billing_details.id.nil?
377
391
  @gateway.address.find(customer_details.id, billing_details.id)
@@ -381,6 +395,7 @@ module Braintree
381
395
  # vault_credit_card will return the associated Braintree::CreditCard. Because the
382
396
  # vault credit card can be updated after the transaction was created, the attributes
383
397
  # on vault_credit_card may not match the attributes on credit_card_details.
398
+ # NEXT_MAJOR_VERSION these methods are not documented in the developer docs, remove
384
399
  def vault_credit_card
385
400
  return nil if credit_card_details.token.nil?
386
401
  @gateway.credit_card.find(credit_card_details.token)
@@ -390,6 +405,7 @@ module Braintree
390
405
  # vault_customer will return the associated Braintree::Customer. Because the
391
406
  # vault customer can be updated after the transaction was created, the attributes
392
407
  # on vault_customer may not match the attributes on customer_details.
408
+ # NEXT_MAJOR_VERSION these methods are not documented in the developer docs, remove
393
409
  def vault_customer
394
410
  return nil if customer_details.id.nil?
395
411
  @gateway.customer.find(customer_details.id)
@@ -399,6 +415,7 @@ module Braintree
399
415
  # vault_shipping_address will return the associated Braintree::Address. Because the
400
416
  # vault shipping address can be updated after the transaction was created, the attributes
401
417
  # on vault_shipping_address may not match the attributes on shipping_details.
418
+ # NEXT_MAJOR_VERSION these methods are not documented in the developer docs, remove
402
419
  def vault_shipping_address
403
420
  return nil if shipping_details.id.nil?
404
421
  @gateway.address.find(customer_details.id, shipping_details.id)
@@ -410,12 +427,12 @@ module Braintree
410
427
 
411
428
  class << self
412
429
  protected :new
413
- def _new(*args) # :nodoc:
430
+ def _new(*args)
414
431
  self.new(*args)
415
432
  end
416
433
  end
417
434
 
418
- def self._attributes # :nodoc:
435
+ def self._attributes
419
436
  [:amount, :created_at, :credit_card_details, :customer_details, :id, :status, :subscription_details, :type, :updated_at, :processed_with_network_token?]
420
437
  end
421
438
  end
@@ -1,5 +1,5 @@
1
1
  module Braintree
2
- class TransactionGateway # :nodoc:
2
+ class TransactionGateway
3
3
  include BaseModule
4
4
 
5
5
  def initialize(gateway)
@@ -9,6 +9,14 @@ module Braintree
9
9
  end
10
10
 
11
11
  def create(attributes)
12
+ # NEXT_MAJOR_VERSION remove this check
13
+ if attributes.has_key?(:venmo_sdk_payment_method_code) || attributes.has_key?(:venmo_sdk_session)
14
+ warn "[DEPRECATED] The Venmo SDK integration is Unsupported. Please update your integration to use Pay with Venmo instead."
15
+ end
16
+ # NEXT_MAJOR_VERSION remove this check
17
+ if attributes.has_key?(:three_d_secure_token)
18
+ warn "[DEPRECATED] Passing :three_d_secure_token to create is deprecated. Please use :three_d_secure_authentication_id"
19
+ end
12
20
  Util.verify_keys(TransactionGateway._create_signature, attributes)
13
21
  _do_create "/transactions", :transaction => attributes
14
22
  end
@@ -104,6 +112,16 @@ module Braintree
104
112
  return_object_or_raise(:transaction) { sale(*args) }
105
113
  end
106
114
 
115
+ def package_tracking(transaction_id, package_tracking_request)
116
+ raise ArgumentError, "transaction_id is invalid" unless transaction_id =~ /\A[0-9a-z]+\z/
117
+ Util.verify_keys(TransactionGateway._package_tracking_request_signature, package_tracking_request)
118
+ _do_create "/transactions/#{transaction_id}/shipments", :shipment => package_tracking_request
119
+ end
120
+
121
+ def package_tracking!(*args)
122
+ return_object_or_raise(:transaction) { package_tracking(*args) }
123
+ end
124
+
107
125
  def search(&block)
108
126
  search = TransactionSearch.new
109
127
  block.call(search) if block
@@ -179,21 +197,32 @@ module Braintree
179
197
  return_object_or_raise(:transaction) { void(*args) }
180
198
  end
181
199
 
182
- def self._clone_signature # :nodoc:
200
+ def self._package_tracking_request_signature
201
+ [
202
+ :carrier,
203
+ {:line_items => [:commodity_code, :description, :discount_amount, :image_url, :kind, :name, :product_code, :quantity, :tax_amount, :total_amount, :unit_amount, :unit_of_measure, :unit_tax_amount, :upc_code, :upc_type, :url]},
204
+ :notify_payer, :tracking_number,
205
+ ]
206
+ end
207
+
208
+ def self._clone_signature
183
209
  [:amount, :channel, {:options => [:submit_for_settlement]}]
184
210
  end
185
211
 
186
- def self._create_signature # :nodoc:
212
+ # NEXT_MAJOR_VERSION Remove venmo_sdk_payment_method_code, venmo_sdk_session, and three_d_secure_token
213
+ # The old venmo SDK class has been deprecated
214
+ # three_d_secure_token has been deprecated in favor of three_d_secure_authentication_id
215
+ def self._create_signature
187
216
  [
188
217
  :amount, :billing_address_id, :channel, :customer_id, :device_data, :discount_amount,
189
218
  :merchant_account_id, :order_id, :payment_method_nonce, :payment_method_token,
190
219
  :product_sku, :purchase_order_number, :service_fee_amount, :shared_billing_address_id,
191
220
  :shared_customer_id, :shared_payment_method_nonce, :shared_payment_method_token,
192
221
  :shared_shipping_address_id, :shipping_address_id, :shipping_amount,
193
- :ships_from_postal_code, :tax_amount, :tax_exempt, :three_d_secure_authentication_id,
194
- :three_d_secure_token, :transaction_source, :type, :venmo_sdk_payment_method_code,
222
+ :ships_from_postal_code, :tax_amount, :tax_exempt, :three_d_secure_authentication_id,:three_d_secure_token, #Deprecated
223
+ :transaction_source, :type, :venmo_sdk_payment_method_code, # Deprecated
195
224
  :sca_exemption, :currency_iso_code, :exchange_rate_quote_id,
196
- {:line_items => [:quantity, :name, :description, :kind, :unit_amount, :unit_tax_amount, :total_amount, :discount_amount, :tax_amount, :unit_of_measure, :product_code, :commodity_code, :url]},
225
+ {:line_items => [:commodity_code, :description, :discount_amount, :image_url, :kind, :name, :product_code, :quantity, :tax_amount, :total_amount, :unit_amount, :unit_of_measure, :unit_tax_amount, :upc_code, :upc_type, :url]},
197
226
  {:risk_data => [:customer_browser, :customer_device_id, :customer_ip, :customer_location_zip, :customer_tenure]},
198
227
  {:credit_card => [:token, :cardholder_name, :cvv, :expiration_date, :expiration_month, :expiration_year, :number, {:payment_reader_card_details => [:encrypted_card_data, :key_serial_number]}, {:network_tokenization_attributes => [:cryptogram, :ecommerce_indicator, :token_requestor_id]}]},
199
228
  {:customer => [:id, :company, :email, :fax, :first_name, :last_name, :phone, :website]},
@@ -222,7 +251,7 @@ module Braintree
222
251
  :submit_for_settlement,
223
252
  :add_billing_address_to_payment_method,
224
253
  :store_shipping_address_in_vault,
225
- :venmo_sdk_session,
254
+ :venmo_sdk_session, # Deprecated
226
255
  :payee_id,
227
256
  :payee_email,
228
257
  :skip_advanced_fraud_checking,
@@ -233,7 +262,7 @@ module Braintree
233
262
  {:three_d_secure => [:required]},
234
263
  {:amex_rewards => [:request_id, :points, :currency_amount, :currency_iso_code]},
235
264
  {:venmo => [:profile_id]},
236
- {:credit_card => [:account_type]},
265
+ {:credit_card => [:account_type, :process_debit_as_credit]},
237
266
  ]
238
267
  },
239
268
  {:external_vault => [
@@ -246,7 +275,7 @@ module Braintree
246
275
  {:industry => [
247
276
  :industry_type,
248
277
  {:data => [
249
- :folio_number, :check_in_date, :check_out_date, :travel_package, :lodging_check_in_date, :lodging_check_out_date, :departure_date, :lodging_name, :room_rate, :room_tax,
278
+ :country_code, :date_of_birth, :folio_number, :check_in_date, :check_out_date, :travel_package, :lodging_check_in_date, :lodging_check_out_date, :departure_date, :lodging_name, :room_rate, :room_tax,
250
279
  :passenger_first_name, :passenger_last_name, :passenger_middle_initial, :passenger_title, :issued_date, :travel_agency_name, :travel_agency_code, :ticket_number,
251
280
  :issuing_carrier_code, :customer_code, :fare_amount, :fee_amount, :tax_amount, :restricted_ticket, :no_show, :advanced_deposit, :fire_safe, :property_phone, :ticket_issuer_address, :arrival_date,
252
281
  {:legs => [
@@ -264,14 +293,14 @@ module Braintree
264
293
  ]
265
294
  end
266
295
 
267
- def self._submit_for_settlement_signature # :nodoc:
296
+ def self._submit_for_settlement_signature
268
297
  [
269
298
  :order_id,
270
299
  {:descriptor => [:name, :phone, :url]},
271
300
  {:industry => [
272
301
  :industry_type,
273
302
  {:data => [
274
- :folio_number, :check_in_date, :check_out_date, :travel_package, :lodging_check_in_date, :lodging_check_out_date, :departure_date, :lodging_name, :room_rate, :room_tax,
303
+ :country_code, :date_of_birth, :folio_number, :check_in_date, :check_out_date, :travel_package, :lodging_check_in_date, :lodging_check_out_date, :departure_date, :lodging_name, :room_rate, :room_tax,
275
304
  :passenger_first_name, :passenger_last_name, :passenger_middle_initial, :passenger_title, :issued_date, :travel_agency_name, :travel_agency_code, :ticket_number,
276
305
  :issuing_carrier_code, :customer_code, :fare_amount, :fee_amount, :tax_amount, :restricted_ticket, :no_show, :advanced_deposit, :fire_safe, :property_phone, :ticket_issuer_address, :arrival_date,
277
306
  {:legs => [
@@ -289,7 +318,7 @@ module Braintree
289
318
  :discount_amount,
290
319
  :shipping_amount,
291
320
  :ships_from_postal_code,
292
- :line_items => [:commodity_code, :description, :discount_amount, :kind, :name, :product_code, :quantity, :tax_amount, :total_amount, :unit_amount, :unit_of_measure, :unit_tax_amount, :url, :tax_amount],
321
+ :line_items => [:commodity_code, :description, :discount_amount, :image_url, :kind, :name, :product_code, :quantity, :tax_amount, :total_amount, :unit_amount, :unit_of_measure, :unit_tax_amount, :upc_code, :upc_type, :url],
293
322
  ]
294
323
  end
295
324
 
@@ -299,7 +328,7 @@ module Braintree
299
328
  ]
300
329
  end
301
330
 
302
- def self._update_details_signature # :nodoc:
331
+ def self._update_details_signature
303
332
  [
304
333
  :amount,
305
334
  :order_id,
@@ -315,7 +344,7 @@ module Braintree
315
344
  ]
316
345
  end
317
346
 
318
- def _do_create(path, params=nil) # :nodoc:
347
+ def _do_create(path, params=nil)
319
348
  if !params.nil?
320
349
  params = Util.replace_key(params, :google_pay_card, :android_pay_card)
321
350
  end
@@ -323,7 +352,7 @@ module Braintree
323
352
  _handle_transaction_response(response)
324
353
  end
325
354
 
326
- def _fetch_transactions(search, ids) # :nodoc:
355
+ def _fetch_transactions(search, ids)
327
356
  search.ids.in ids
328
357
  response = @config.http.post("#{@config.base_merchant_path}/transactions/advanced_search", {:search => search.to_hash})
329
358
  attributes = response[:credit_card_transactions]
@@ -1,21 +1,24 @@
1
1
  module Braintree
2
2
  class TransactionLineItem
3
3
  include BaseModule
4
- attr_reader :quantity
5
- attr_reader :name
4
+ attr_reader :commodity_code
6
5
  attr_reader :description
7
- attr_reader :kind
8
- attr_reader :unit_amount
9
- attr_reader :unit_tax_amount
10
- attr_reader :unit_of_measure
11
6
  attr_reader :discount_amount
7
+ attr_reader :image_url
8
+ attr_reader :kind
9
+ attr_reader :name
10
+ attr_reader :product_code
11
+ attr_reader :quantity
12
12
  attr_reader :tax_amount
13
13
  attr_reader :total_amount
14
- attr_reader :product_code
15
- attr_reader :commodity_code
14
+ attr_reader :unit_amount
15
+ attr_reader :unit_of_measure
16
+ attr_reader :unit_tax_amount
17
+ attr_reader :upc_code
18
+ attr_reader :upc_type
16
19
  attr_reader :url
17
20
 
18
- def initialize(gateway, attributes) # :nodoc:
21
+ def initialize(gateway, attributes)
19
22
  @gateway = gateway
20
23
  set_instance_variables_from_hash(attributes)
21
24
  @quantity = Util.to_big_decimal(quantity)
@@ -28,7 +31,7 @@ module Braintree
28
31
 
29
32
  class << self
30
33
  protected :new
31
- def _new(*args) # :nodoc:
34
+ def _new(*args)
32
35
  self.new(*args)
33
36
  end
34
37
  end
@@ -1,5 +1,5 @@
1
1
  module Braintree
2
- class TransactionLineItemGateway # :nodoc:
2
+ class TransactionLineItemGateway
3
3
  def initialize(gateway)
4
4
  @gateway = gateway
5
5
  @config = gateway.config
@@ -10,7 +10,7 @@ module Braintree
10
10
 
11
11
  class << self
12
12
  protected :new
13
- def _new(*args) # :nodoc:
13
+ def _new(*args)
14
14
  self.new(*args)
15
15
  end
16
16
  end
@@ -1,5 +1,5 @@
1
1
  module Braintree
2
- class TransactionSearch < AdvancedSearch # :nodoc:
2
+ class TransactionSearch < AdvancedSearch
3
3
  text_fields(
4
4
  :billing_company,
5
5
  :billing_country_name,
@@ -54,15 +54,16 @@ module Braintree
54
54
  CreditCard::CustomerLocation::International,
55
55
  CreditCard::CustomerLocation::US
56
56
  ]
57
+ multiple_value_field :debit_network, :allows => CreditCard::DebitNetwork::All
57
58
  multiple_value_field :ids
58
- multiple_value_field :payment_instrument_type
59
- multiple_value_field :user
60
59
  multiple_value_field :merchant_account_id
61
- multiple_value_field :status, :allows => Transaction::Status::All
60
+ multiple_value_field :payment_instrument_type
61
+ multiple_value_field :reason_code
62
62
  multiple_value_field :source
63
- multiple_value_field :type, :allows => Transaction::Type::All
63
+ multiple_value_field :status, :allows => Transaction::Status::All
64
64
  multiple_value_field :store_ids
65
- multiple_value_field :reason_code
65
+ multiple_value_field :type, :allows => Transaction::Type::All
66
+ multiple_value_field :user
66
67
 
67
68
  key_value_fields :refund
68
69
 
@@ -19,7 +19,7 @@ module Braintree
19
19
  "https://assets.braintreegateway.com/payment_method_logo/unknown.png"
20
20
  end
21
21
 
22
- def self._new(*args) # :nodoc:
22
+ def self._new(*args)
23
23
  self.new(*args)
24
24
  end
25
25
  end
@@ -14,7 +14,7 @@ module Braintree
14
14
  attr_reader :verifications
15
15
  attr_reader :verified
16
16
 
17
- def initialize(gateway, attributes) # :nodoc:
17
+ def initialize(gateway, attributes)
18
18
  @gateway = gateway
19
19
  set_instance_variables_from_hash(attributes)
20
20
  @ach_mandate = AchMandate.new(attributes[:ach_mandate]) if attributes[:ach_mandate]
@@ -34,7 +34,7 @@ module Braintree
34
34
  protected :new
35
35
  end
36
36
 
37
- def self._new(*args) # :nodoc:
37
+ def self._new(*args)
38
38
  self.new(*args)
39
39
  end
40
40
 
@@ -22,33 +22,41 @@ module Braintree
22
22
  All = [IndependentCheck, NetworkCheck, TokenizedCheck, MicroTransfers]
23
23
  end
24
24
 
25
+ module VerificationAddOns
26
+ CustomerVerification = "customer_verification"
27
+
28
+ All = [CustomerVerification]
29
+ end
30
+
31
+ attr_reader :additional_processor_response
32
+ attr_reader :created_at
33
+ attr_reader :gateway_rejection_reason
25
34
  attr_reader :id
26
- attr_reader :status
27
- attr_reader :verification_determined_at
28
- attr_reader :verification_method
35
+ attr_reader :merchant_account_id
29
36
  attr_reader :processor_response_code
30
37
  attr_reader :processor_response_text
31
- attr_reader :merchant_account_id
32
- attr_reader :gateway_rejection_reason
38
+ attr_reader :status
33
39
  attr_reader :us_bank_account
34
- attr_reader :created_at
40
+ attr_reader :verification_determined_at
41
+ attr_reader :verification_method
35
42
 
36
- def initialize(attributes) # :nodoc:
43
+ def initialize(attributes)
37
44
  set_instance_variables_from_hash(attributes)
38
45
  end
39
46
 
40
- def inspect # :nodoc:
47
+ def inspect
41
48
  attr_order = [
42
- :status,
43
- :processor_response_code,
44
- :processor_response_text,
45
- :merchant_account_id,
49
+ :additional_processor_response,
50
+ :created_at,
46
51
  :gateway_rejection_reason,
47
52
  :id,
53
+ :merchant_account_id,
54
+ :processor_response_code,
55
+ :processor_response_text,
56
+ :status,
48
57
  :us_bank_account,
49
- :verification_method,
50
58
  :verification_determined_at,
51
- :created_at
59
+ :verification_method
52
60
  ]
53
61
 
54
62
  formatted_attrs = attr_order.map do |attr|
@@ -62,7 +70,7 @@ module Braintree
62
70
  protected :new
63
71
  end
64
72
 
65
- def self._new(*args) # :nodoc:
73
+ def self._new(*args)
66
74
  self.new(*args)
67
75
  end
68
76
 
@@ -1,5 +1,5 @@
1
1
  module Braintree
2
- class UsBankAccountVerificationSearch < AdvancedSearch # :nodoc:
2
+ class UsBankAccountVerificationSearch < AdvancedSearch
3
3
  text_fields(
4
4
  :id,
5
5
  :account_holder_name,
@@ -1,5 +1,5 @@
1
1
  module Braintree
2
- module Util # :nodoc:
2
+ module Util
3
3
  def self.extract_attribute_as_array(hash, attribute)
4
4
  raise UnexpectedError.new("Unprocessable entity due to an invalid request") if hash.nil?
5
5
  value = hash.has_key?(attribute) ? hash.delete(attribute) : []
@@ -195,14 +195,14 @@ module Braintree
195
195
  end
196
196
 
197
197
  module IdEquality
198
- def ==(other) # :nodoc:
198
+ def ==(other)
199
199
  return false unless other.is_a?(self.class)
200
200
  id == other.id
201
201
  end
202
202
  end
203
203
 
204
204
  module TokenEquality
205
- def ==(other) # :nodoc:
205
+ def ==(other)
206
206
  return false unless other.is_a?(self.class)
207
207
  token == other.token
208
208
  end
@@ -18,7 +18,7 @@ module Braintree
18
18
  set_instance_variables_from_hash error_hash
19
19
  end
20
20
 
21
- def inspect # :nodoc:
21
+ def inspect
22
22
  "#<#{self.class} (#{code}) #{message}>"
23
23
  end
24
24
  end
@@ -2,7 +2,7 @@ module Braintree
2
2
  class ValidationErrorCollection
3
3
  include Enumerable
4
4
 
5
- def initialize(data) # :nodoc:
5
+ def initialize(data)
6
6
  return if !data.is_a? Hash
7
7
  @errors = (data[:errors] || {}).map { |hash| Braintree::ValidationError.new(hash) }
8
8
  @nested = {}
@@ -42,7 +42,7 @@ module Braintree
42
42
  self.for("index_#{index}".to_sym)
43
43
  end
44
44
 
45
- def inspect # :nodoc:
45
+ def inspect
46
46
  "#<#{self.class} errors#{_inner_inspect}>"
47
47
  end
48
48
 
@@ -61,7 +61,7 @@ module Braintree
61
61
  @errors.size
62
62
  end
63
63
 
64
- def _inner_inspect(scope = []) # :nodoc:
64
+ def _inner_inspect(scope = [])
65
65
  all = []
66
66
  scope_string = scope.join("/")
67
67
  if @errors.any?
@@ -1,6 +1,6 @@
1
1
  module Braintree
2
2
  class VenmoAccount
3
- include BaseModule # :nodoc:
3
+ include BaseModule
4
4
 
5
5
  attr_reader :created_at
6
6
  attr_reader :customer_id
@@ -13,7 +13,7 @@ module Braintree
13
13
  attr_reader :username
14
14
  attr_reader :venmo_user_id
15
15
 
16
- def initialize(gateway, attributes) # :nodoc:
16
+ def initialize(gateway, attributes)
17
17
  @gateway = gateway
18
18
  set_instance_variables_from_hash(attributes)
19
19
  @subscriptions = (@subscriptions || []).map { |subscription_hash| Subscription._new(@gateway, subscription_hash) }
@@ -27,7 +27,7 @@ module Braintree
27
27
  protected :new
28
28
  end
29
29
 
30
- def self._new(*args) # :nodoc:
30
+ def self._new(*args)
31
31
  self.new(*args)
32
32
  end
33
33
  end
@@ -2,13 +2,15 @@ module Braintree
2
2
  class VenmoProfileData
3
3
  include BaseModule
4
4
 
5
- attr_reader :username
5
+ attr_reader :billing_address
6
+ attr_reader :email
6
7
  attr_reader :first_name
7
8
  attr_reader :last_name
8
9
  attr_reader :phone_number
9
- attr_reader :email
10
+ attr_reader :shipping_address
11
+ attr_reader :username
10
12
 
11
- def initialize(attributes) # :nodoc:
13
+ def initialize(attributes)
12
14
  set_instance_variables_from_hash(attributes)
13
15
  end
14
16
 
@@ -16,7 +18,7 @@ module Braintree
16
18
  protected :new
17
19
  end
18
20
 
19
- def self._new(*args) # :nodoc:
21
+ def self._new(*args)
20
22
  self.new(*args)
21
23
  end
22
24
  end
@@ -1,7 +1,7 @@
1
1
  module Braintree
2
2
  module Version
3
3
  Major = 4
4
- Minor = 14
4
+ Minor = 18
5
5
  Tiny = 0
6
6
 
7
7
  String = "#{Major}.#{Minor}.#{Tiny}"