Commit Graph

114 Commits

Author SHA1 Message Date
envy124
77c97c8824 ActivatePlan definition 2017-07-22 15:54:57 +03:00
envy124
e033a62fe2 CreateBillingPlan definition 2017-07-22 14:54:28 +03:00
envy124
f12db62995 PaymentDefinition add ID field 2017-07-22 14:48:16 +03:00
envy124
cd4c6831c7 billing structures 2017-07-20 12:07:11 +03:00
Alex Pliutau
6745ee0f80 Merge pull request #30 from vvakame/feature-http-client
Add SetHTTPClient function to *Client
2017-07-09 21:21:42 +07:00
Alex Pliutau
3b03097b1b Merge branch 'master' into feature-http-client 2017-07-09 21:20:19 +07:00
Alex Pliutau
24bb73cc93 Merge pull request #29 from brycekahle/fix-token-refresh
Fix access token refresh
2017-07-09 21:18:39 +07:00
vvakame
c9eb8b7137 Add SetHTTPClient function to *Client
When we use GoogleAppEngine/Go environment, We should replace http.Client to urlfetch.Client.
2017-07-07 18:57:02 +09:00
Bryce Kahle
a4e4a4476c Use t.Sub(time.Now()) because time.Until isn't available until go 1.8 2017-07-06 19:08:37 -04:00
Bryce Kahle
d06b0102ce Fix access token refresh 2017-07-06 18:52:39 -04:00
Aliaksandr Pliutau
f9536247c0 Merge pull request #28 from seriallink/master
Added the external_customer_id property
2017-07-06 15:14:40 +07:00
Marcelo Monaco
dde90cce4c The payer_id property is being deprecated in favor of the external_customer_id property. 2017-05-25 18:27:19 -03:00
Marcelo Monaco
8192718364 The payer_id property is being deprecated in favor of the external_customer_id property. 2017-05-25 18:16:33 -03:00
Aliaksandr Pliutau
bf577f049a Tests fix 2017-04-05 10:47:11 +07:00
Aliaksandr Pliutau
d3229e32c6 Fixed #26 2017-04-05 10:37:54 +07:00
Aliaksandr Pliutau
d73d7cf8c0 Merge pull request #25 from ssherriff/master
Vault delete shouldn’t expect a response
2017-03-21 17:53:55 +07:00
ssherriff
9e6f08db11 Vault delete shouldn’t expect a response
Vault DELETE returns empty content.
Trying to retreive a response was causing an EOF error.
2017-03-21 21:29:57 +11:00
Aliaksandr Pliutau
541052cf48 #23: fixed 2017-03-02 11:19:08 +07:00
Aliaksandr Pliutau
d6826294e2 #23: travis -tags=unit 2017-03-02 10:54:27 +07:00
Aliaksandr Pliutau
dd920d5151 #23: unit_test.go, integration_test.go 2017-03-02 10:43:23 +07:00
Aliaksandr Pliutau
77132c2781 sourcegraph: used by 2017-02-13 11:00:23 +07:00
Aliaksandr Pliutau
0b9ce9a464 Merge pull request #22 from KISI/master
change type of Item.Amount from string to int to get it working with …
2017-02-07 16:14:40 +07:00
Jonathan Weber
13492e99b9 change type of Item.Amount from string to int to get it working with the newest PayPal API 2017-01-27 15:00:29 +01:00
Aliaksandr Pliutau
7b764347d0 Fixed #21 2017-01-10 15:39:27 +07:00
Aliaksandr Pliutau
9cee417524 2017 2017-01-10 15:37:26 +07:00
Aliaksandr Pliutau
68c4637d96 Merge pull request #20 from dchusovitin/patch-1
Fixed panic on logging requests without body (GET)
2016-12-29 09:32:30 +07:00
Dmitry Chusovitin
be08e9ec4a Fixed panic on logging requests without body (GET) 2016-12-28 20:48:50 +03:00
Aliaksandr Pliutau
72454421ef gofmt fi 2016-12-22 12:20:55 +07:00
Aliaksandr Pliutau
c2f5ade85d gofmt -s 2016-12-22 12:16:22 +07:00
Aliaksandr Pliutau
750f7b432e misspell 2016-12-22 12:12:47 +07:00
Aliaksandr Pliutau
30d3047a55 removed unused examples folder 2016-12-22 12:10:16 +07:00
Aliaksandr Pliutau
b46adc7bf2 goreport badge 2016-12-22 12:06:00 +07:00
Aliaksandr Pliutau
7e723285e7 Fixed #11 2016-12-19 12:55:00 +07:00
Aliaksandr Pliutau
c4c61ec4bc mocrofix 2016-12-01 11:57:34 +07:00
Aliaksandr Pliutau
0bbdd821f8 req log 2016-12-01 11:32:21 +07:00
Aliaksandr Pliutau
768e6872d3 httputil.DumpRequest(req, true) 2016-12-01 11:22:38 +07:00
Aliaksandr Pliutau
5eab9b94ed README headers 2016-11-04 11:35:51 +07:00
Aliaksandr Pliutau
17cb42ea4f Merge pull request #19 from ingresso-group/feat-web-profiles
Adds payment experience web profiles
2016-11-04 11:33:19 +07:00
Nic West
a13f46036a remove http method constants from tests 2016-11-01 12:15:03 +00:00
Nic West
5cbc7136d7 remove method constants for go 1.5 comptibility 2016-11-01 12:11:40 +00:00
Nic West
97ca5a3cf2 update readme 2016-11-01 12:05:20 +00:00
Nic West
c13c7ab990 fix delete method copy pasta 2016-11-01 11:57:28 +00:00
Nic West
1be8989df5 add web experience profile endpoints 2016-10-26 16:10:06 +01:00
Aliaksandr Pliutau
1af34f3631 Item.Quantity is string now 2016-10-24 13:49:11 +07:00
Aliaksandr Pliutau
da5fe595b3 UT fix 2016-10-24 12:15:14 +07:00
Aliaksandr Pliutau
891cbb0eca type comments fix 2016-10-24 11:36:23 +07:00
Aliaksandr Pliutau
f65c5dc88e Fixed #15 2016-09-19 11:39:05 +07:00
Alexander Plutov
959619c327 Tests fix 2016-09-12 13:59:23 +07:00
Aliaksandr Pliutau
1d1d6e5077 Merge pull request #13 from Zacho2/master
Fix README redirect url index
2016-08-19 11:39:01 +07:00
Aliaksandr Pliutau
8676220cb6 Merge pull request #14 from MicahLC/update_structs
Update structs
2016-08-19 11:38:06 +07:00