Skip to content

Commit

Permalink
[fix] re-order payment methods make aws marketplace to be the first (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sijav authored Jun 11, 2024
1 parent 8ddbe4c commit 64e5bc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { PaymentMethods } from 'src/shared/types/server-shared'

export const paymentMethods: PaymentMethods[] = ['stripe', 'aws_marketplace']
export const paymentMethods: PaymentMethods[] = ['aws_marketplace', 'stripe']

0 comments on commit 64e5bc9

Please sign in to comment.