Commit Graph

  • f7201fdd87
    Merge pull request #68 from logpacker/fix-quantity-type Alex Pliutau 2018-10-11 16:11:22 +0700
  • e7b24a69f2 #66: fix item.quantity type fix-quantity-type Alex Pliutau 2018-10-11 15:59:54 +0700
  • 2148226300
    Merge pull request #67 from logpacker/go-111 Alex Pliutau 2018-10-10 20:51:36 +0700
  • caff1125ce Add go 1.11 to travis Alex Pliutau 2018-10-10 20:47:17 +0700
  • f49da25ce1
    Merge pull request #64 from Shamanoid/master v1.1.1 Alex Pliutau 2018-08-29 14:54:03 +0700
  • af8120920e Simplify return values Alex Pliutau 2018-08-29 14:52:31 +0700
  • 174211b78b
    feat: adds ApplicationContext support Vincent Biret-Chaussat 2018-08-28 10:43:53 +0100
  • af41710b9d
    Merge pull request #61 from netlify/master v1.1.0 Alex Pliutau 2018-07-18 09:40:22 +0700
  • 732c3d08bf Add temporary field to webexperience profile Bryce Kahle 2018-06-14 11:40:51 -0400
  • 07b625244a
    Merge pull request #58 from cwebley/add-payee v1.0.2 Alex Pliutau 2018-05-04 09:56:38 +0700
  • 99da38f9c2 add payee struct to Transaction Cameron Webley 2018-04-19 16:56:10 -0500
  • b0bf27bc89
    Merge pull request #55 from mlgd/patch-1 v1.0.1 Alex Pliutau 2018-03-22 23:02:01 +0700
  • 7f6d76c5bd
    Add missing url fields in transaction mlgd 2018-03-20 17:56:13 +0100
  • d1c1dd2026
    Merge pull request #51 from lordkhonsu/master Alex Pliutau 2018-02-08 13:49:07 +0700
  • acdf616064
    Merge pull request #53 from soyersoyer/master Alex Pliutau 2018-02-08 13:48:30 +0700
  • 4ef3a06b52 Add allowed_payment_method option soyer 2018-02-07 21:01:07 +0100
  • 535dec8992 use existing Currency struct for transaction_fee Robert Schmalholz 2018-01-22 16:32:18 +0100
  • 96b47cc1ed added json field transaction_fee to Sale struct Robert Schmalholz 2018-01-22 14:05:43 +0100
  • 7c225b0dd2
    Merge pull request #50 from rodneyswa/master Alex Pliutau 2018-01-15 11:26:49 +0700
  • 3ca3bc9a11 Add additional returned fields to ExecutePayment; Add PatchPayment() capability, and unit tests Rodney Smith 2018-01-13 23:37:24 -0700
  • e6df3b7cfe
    Merge pull request #48 from logpacker/refactor/err-handling-if-one-line v1.0.0 Alex Pliutau 2017-11-23 09:20:10 +0700
  • cd22892aec Make one-line if err != nil conditions Alex Pliutau 2017-11-23 09:15:11 +0700
  • be5f959441
    Merge pull request #47 from schoukri/add_payout_methods Alex Pliutau 2017-11-10 09:18:00 +0700
  • 8c5eb07be8 fixed json unmarshaling of ErrorResponse in PaymentItem Sam Choukri 2017-11-07 17:56:24 -0800
  • f1166b8b90 Added methods: GetPayout, GetPayoutItem, and CancelPayoutItem Sam Choukri 2017-11-07 15:48:19 -0800
  • f52224cf7e
    Merge pull request #45 from schoukri/master Alex Pliutau 2017-10-29 14:45:24 +0700
  • 481eb3337f
    Merge pull request #44 from NicholasAsimov/fix-granttokenfromauthocode Alex Pliutau 2017-10-29 14:44:47 +0700
  • 3beae33bc0 Fix json parsing of the details field in API error responses with a new ErrorResponseDetail type. Sam Choukri 2017-10-25 17:43:41 -0700
  • c95c0b9449 Merge pull request #43 from NicholasAsimov/fix-zero-time Alex Pliutau 2017-10-26 08:23:13 +0700
  • 06b13fe21f Fix GrantNewAccessTokenFromAuthCode method. Nicholas Asimov 2017-10-21 16:17:58 +0300
  • ac5b4d7658 PayPal returns booleans in user info as strings. Notify json unmarshaler about that Nicholas Asimov 2017-10-21 16:14:27 +0300
  • 6bc1110944 Correctly handle the case when PayPal returns token expires_in field as a string Nicholas Asimov 2017-10-21 16:13:24 +0300
  • 96fea7c1ae Set correct "zero time" in SetAccessToken Nicholas Asimov 2017-10-19 20:30:53 +0300
  • 08326c3caa #40 Change Details type to be a map Alex Pliutau 2017-10-14 16:51:13 +0700
  • 9e9173db8d Merge pull request #39 from logpacker/bugfix/go_linting Alex Pliutau 2017-10-02 22:34:11 -0500
  • 36bba2d583 Fix linter issues Alex Pliutau 2017-10-02 22:30:39 -0500
  • 1bdb88fd4b Merge pull request #38 from porty/specify-payout-sender-batch-id Alex Pliutau 2017-10-02 19:59:24 -0500
  • 0144d81813 Add sender_batch_id to payout SenderBatchHeader object Robert McNeil 2017-10-02 17:12:42 +1100
  • a54f82dc61 Merge pull request #35 from logpacker/feature/go_19 Alex Pliutau 2017-09-27 18:40:50 -0500
  • b1a843f748 Merge pull request #37 from logpacker/issue/31 Alex Pliutau 2017-09-27 18:40:43 -0500
  • b5e9ae1c2d Merge pull request #36 from logpacker/issue/33 Alex Pliutau 2017-09-27 18:40:36 -0500
  • 693bf6c166 Fix IT Alex Pliutau 2017-09-27 17:20:09 -0500
  • 03d54d5563 #31 Change deprecated POST payout?sync_mode=true to async Alex Pliutau 2017-09-27 17:19:02 -0500
  • b12ee60c90 #33 Send only Plan ID when create agreement Alex Pliutau 2017-09-27 17:15:52 -0500
  • 8b01e9c860 Add Go 1.9 support in Travis Alex Pliutau 2017-09-27 17:10:33 -0500
  • f48535a92e Merge pull request #34 from florin-rada/amount_details Alex Pliutau 2017-09-27 17:06:14 -0500
  • 9ae117226f Cleanup from editing. Rada Florin 2017-09-26 18:37:31 +0300
  • f9d30e2c20 Added Details Struct and added Details Member to Amount struct so payments that includ shipping cost can be send with the Transaction struct Rada Florin 2017-09-26 18:26:02 +0300
  • d30e9ced1e Merge pull request #32 from logpacker/feature_billing_plan envy124 2017-09-08 14:26:30 +0300
  • 87b4c45133 billing endpoints envy124 2017-09-06 11:15:21 +0300
  • f788a0929c int in str unmarshall fixed envy124 2017-08-24 18:03:34 +0300
  • 08b9849c20 BillingExample name config fixed envy124 2017-08-24 17:43:41 +0300
  • ce8c1014ec ExecuteApprovedAgreement added envy124 2017-08-24 13:22:46 +0300
  • d4da804af2 MerchantPreferences.SetupFee omitempty envy124 2017-08-24 09:08:31 +0300
  • 3f9821784c example billing test envy124 2017-07-27 17:46:02 +0300
  • 1f84980013 BillingAgreement definition envy124 2017-07-23 08:47:17 +0300
  • 77c97c8824 ActivatePlan definition envy124 2017-07-22 15:54:57 +0300
  • e033a62fe2 CreateBillingPlan definition envy124 2017-07-22 14:53:27 +0300
  • f12db62995 PaymentDefinition add ID field envy124 2017-07-22 14:48:16 +0300
  • cd4c6831c7 billing structures envy124 2017-07-20 12:07:11 +0300
  • 6745ee0f80 Merge pull request #30 from vvakame/feature-http-client Alex Pliutau 2017-07-09 21:21:42 +0700
  • 3b03097b1b Merge branch 'master' into feature-http-client Alex Pliutau 2017-07-09 21:20:19 +0700
  • 24bb73cc93 Merge pull request #29 from brycekahle/fix-token-refresh Alex Pliutau 2017-07-09 21:18:39 +0700
  • c9eb8b7137 Add SetHTTPClient function to *Client vvakame 2017-07-07 18:57:02 +0900
  • a4e4a4476c Use t.Sub(time.Now()) because time.Until isn't available until go 1.8 Bryce Kahle 2017-07-06 19:08:37 -0400
  • d06b0102ce Fix access token refresh Bryce Kahle 2017-07-06 18:52:39 -0400
  • f9536247c0 Merge pull request #28 from seriallink/master Aliaksandr Pliutau 2017-07-06 15:14:40 +0700
  • dde90cce4c The payer_id property is being deprecated in favor of the external_customer_id property. Marcelo Monaco 2017-05-25 18:27:19 -0300
  • 8192718364 The payer_id property is being deprecated in favor of the external_customer_id property. Marcelo Monaco 2017-05-25 18:16:33 -0300
  • bf577f049a Tests fix Aliaksandr Pliutau 2017-04-05 10:47:11 +0700
  • d3229e32c6 Fixed #26 Aliaksandr Pliutau 2017-04-05 10:37:54 +0700
  • d73d7cf8c0 Merge pull request #25 from ssherriff/master Aliaksandr Pliutau 2017-03-21 17:53:55 +0700
  • 9e6f08db11 Vault delete shouldn’t expect a response ssherriff 2017-03-21 21:29:57 +1100
  • 541052cf48 #23: fixed Aliaksandr Pliutau 2017-03-02 11:19:08 +0700
  • d6826294e2 #23: travis -tags=unit Aliaksandr Pliutau 2017-03-02 10:54:27 +0700
  • dd920d5151 #23: unit_test.go, integration_test.go Aliaksandr Pliutau 2017-03-02 10:43:23 +0700
  • 77132c2781 sourcegraph: used by Aliaksandr Pliutau 2017-02-13 11:00:23 +0700
  • 0b9ce9a464 Merge pull request #22 from KISI/master Aliaksandr Pliutau 2017-02-07 16:14:40 +0700
  • 13492e99b9 change type of Item.Amount from string to int to get it working with the newest PayPal API Jonathan Weber 2017-01-27 15:00:29 +0100
  • 7b764347d0 Fixed #21 Aliaksandr Pliutau 2017-01-10 15:39:27 +0700
  • 9cee417524 2017 Aliaksandr Pliutau 2017-01-10 15:37:26 +0700
  • 68c4637d96 Merge pull request #20 from dchusovitin/patch-1 Aliaksandr Pliutau 2016-12-29 09:32:30 +0700
  • be08e9ec4a Fixed panic on logging requests without body (GET) Dmitry Chusovitin 2016-12-28 20:48:50 +0300
  • 72454421ef gofmt fi Aliaksandr Pliutau 2016-12-22 12:20:55 +0700
  • c2f5ade85d gofmt -s Aliaksandr Pliutau 2016-12-22 12:16:22 +0700
  • 750f7b432e misspell Aliaksandr Pliutau 2016-12-22 12:12:47 +0700
  • 30d3047a55 removed unused examples folder Aliaksandr Pliutau 2016-12-22 12:10:16 +0700
  • b46adc7bf2 goreport badge Aliaksandr Pliutau 2016-12-22 12:06:00 +0700
  • 7e723285e7 Fixed #11 Aliaksandr Pliutau 2016-12-19 12:55:00 +0700
  • c4c61ec4bc mocrofix Aliaksandr Pliutau 2016-12-01 11:57:34 +0700
  • 0bbdd821f8 req log Aliaksandr Pliutau 2016-12-01 11:32:21 +0700
  • 768e6872d3 httputil.DumpRequest(req, true) Aliaksandr Pliutau 2016-12-01 11:22:38 +0700
  • 5eab9b94ed README headers Aliaksandr Pliutau 2016-11-04 11:35:51 +0700
  • 17cb42ea4f Merge pull request #19 from ingresso-group/feat-web-profiles Aliaksandr Pliutau 2016-11-04 11:33:19 +0700
  • a13f46036a remove http method constants from tests Nic West 2016-11-01 12:15:03 +0000
  • 5cbc7136d7 remove method constants for go 1.5 comptibility Nic West 2016-11-01 12:11:40 +0000
  • 97ca5a3cf2 update readme Nic West 2016-11-01 12:05:20 +0000
  • c13c7ab990 fix delete method copy pasta Nic West 2016-11-01 11:57:28 +0000
  • 1be8989df5 add web experience profile endpoints Nic West 2016-10-25 20:44:10 +0100
  • 1af34f3631 Item.Quantity is string now Aliaksandr Pliutau 2016-10-24 13:49:11 +0700