-
Notifications
You must be signed in to change notification settings - Fork 4.8k
feat(connector): [Gigadat] Implement interac payouts #9566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 5 commits
046cc9f
268d95e
f25639b
2c3da28
40f8eb2
085ddda
3dbf26f
3d9fb67
0fa4639
6903c63
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7179,7 +7179,21 @@ placeholder = "Enter site where transaction is initiated" | |
| required = true | ||
| type = "Text" | ||
|
|
||
| [gigadat_payout] | ||
| [gigadat_payout.connector_auth.SignatureKey] | ||
| api_key = "Username" | ||
| api_secret = "Password" | ||
| key1 = "Compaign Id" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Isn't it Campaign Id? |
||
| [[gigadat_payout.bank_redirect]] | ||
| payment_method_type = "interac" | ||
| [gigadat_payout.metadata.site] | ||
| name = "site" | ||
| label = "Site where transaction is initiated" | ||
| placeholder = "Enter site where transaction is initiated" | ||
| required = true | ||
| type = "Text" | ||
|
|
||
| [tesouro] | ||
| [tesouro.connector_auth.BodyKey] | ||
| api_key="Client ID" | ||
| key1="Client Secret" | ||
| key1="Client Secret" | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5916,6 +5916,20 @@ placeholder = "Enter site where transaction is initiated" | |
| required = true | ||
| type = "Text" | ||
|
|
||
| [gigadat_payout] | ||
| [gigadat_payout.connector_auth.SignatureKey] | ||
| api_key = "Username" | ||
| api_secret = "Password" | ||
| key1 = "Compaign Id" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same here |
||
| [[gigadat_payout.bank_redirect]] | ||
| payment_method_type = "interac" | ||
| [gigadat_payout.metadata.site] | ||
| name = "site" | ||
| label = "Site where transaction is initiated" | ||
| placeholder = "Enter site where transaction is initiated" | ||
| required = true | ||
| type = "Text" | ||
|
|
||
| [tesouro] | ||
| [tesouro.connector_auth.BodyKey] | ||
| api_key="Client ID" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7157,6 +7157,20 @@ placeholder = "Enter site where transaction is initiated" | |
| required = true | ||
| type = "Text" | ||
|
|
||
| [gigadat_payout] | ||
| [gigadat_payout.connector_auth.SignatureKey] | ||
| api_key = "Username" | ||
| api_secret = "Password" | ||
| key1 = "Compaign Id" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same here |
||
| [[gigadat_payout.bank_redirect]] | ||
| payment_method_type = "interac" | ||
| [gigadat_payout.metadata.site] | ||
| name = "site" | ||
| label = "Site where transaction is initiated" | ||
| placeholder = "Enter site where transaction is initiated" | ||
| required = true | ||
| type = "Text" | ||
|
|
||
| [tesouro] | ||
| [tesouro.connector_auth.BodyKey] | ||
| api_key="Client ID" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do inplace import for readability
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are avoiding feature flags on fields as much as possible , instead keep them on top-level imports
cc- @sai-harsha-vardhan