Skip to content

Commit

Permalink
Merge pull request #16 from Adyen/feature/AD-292
Browse files Browse the repository at this point in the history
AD-292 Implement Payment Optimisation SDK
  • Loading branch information
kpieloch authored Sep 12, 2024
2 parents ac09088 + 00b40c1 commit ceef451
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ export class CheckoutAdyenPaymentMethodComponent implements OnInit, OnDestroy {
analytics: {
enabled: false
},
//@ts-ignore
risk: {
enabled: true
},
onPaymentCompleted(data: OnPaymentCompletedData, element?: UIElement) {
console.info(data, element);
},
Expand Down

0 comments on commit ceef451

Please sign in to comment.