Skip to content

Commit

Permalink
Remove xl_tunai and bbm_money based on official API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
haritsfahreza committed Jul 26, 2018
1 parent 5c7a11a commit 36f1bef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
8 changes: 0 additions & 8 deletions paysource.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ const (
// SourceBCAVA : bca_va
SourceBCAVA PaymentType = "bca_va"

// SourceBbmMoney : bbm_money
SourceBbmMoney PaymentType = "bbm_money"

// SourceBcaKlikpay : bca_klikpay
SourceBcaKlikpay PaymentType = "bca_klikpay"

Expand Down Expand Up @@ -46,9 +43,6 @@ const (
// SourceTelkomselCash : telkomsel_cash
SourceTelkomselCash PaymentType = "telkomsel_cash"

// SourceXlTunai : xl_tunai
SourceXlTunai PaymentType = "xl_tunai"

// SourceIndosatDompetku : indosat_dompetku
SourceIndosatDompetku PaymentType = "indosat_dompetku"

Expand Down Expand Up @@ -80,8 +74,6 @@ var AllPaymentSource = []PaymentType{
SourceBriEpay,
SourceTelkomselCash,
SourceEchannel,
SourceBbmMoney,
SourceXlTunai,
SourceIndosatDompetku,
SourceMandiriEcash,
SourcePermataVA,
Expand Down
2 changes: 0 additions & 2 deletions paysource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ func TestPaymentType(t *testing.T) {
is.Equal("mandiri_clickpay", midtrans.SourceMandiriClickpay)
is.Equal("bri_epay", midtrans.SourceBriEpay)
is.Equal("telkomsel_cash", midtrans.SourceTelkomselCash)
is.Equal("xl_tunai", midtrans.SourceXlTunai)
is.Equal("bbm_money", midtrans.SourceBbmMoney)
is.Equal("echannel", midtrans.SourceEchannel)
is.Equal("cstore", midtrans.SourceConvStore)
is.Equal("bca_klikbca", midtrans.SourceKlikBca)
Expand Down

0 comments on commit 36f1bef

Please sign in to comment.