Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Update payloads for bt webhook spec
Browse files Browse the repository at this point in the history
  • Loading branch information
osahyoun committed Apr 27, 2016
1 parent 30be2f3 commit 7a8ff62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/requests/api/braintree_webhook_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@
fields: {
recurring_id: Member.last.id,
recurrence_number: 1,
exp_date: "1220"
exp_date: "1220",
payment_provider: "braintree"
}
}
}
Expand Down Expand Up @@ -181,6 +182,7 @@
fields: {
recurring_id: Member.last.id,
recurrence_number: 1,
payment_provider: "braintree",
exp_date: (Time.now + 5.years).strftime("%-m%y")
}
}
Expand Down

0 comments on commit 7a8ff62

Please sign in to comment.