Add paypal transaction id (#66)
This commit is contained in:
+2
-1
@@ -143,6 +143,8 @@ type ContactInformation {
|
||||
|
||||
type Order {
|
||||
id: ID!
|
||||
klarnaOrderId: String
|
||||
paypalTransactionId: String
|
||||
inserted: DateTime!
|
||||
paid: Boolean!
|
||||
confirmed: Boolean!
|
||||
@@ -173,7 +175,6 @@ type Order {
|
||||
orderlogId: Int
|
||||
resellerStore: String
|
||||
orderSum: Float
|
||||
klarnaOrderId: String
|
||||
pwintyId: Int
|
||||
email: String
|
||||
phone: String
|
||||
|
||||
@@ -58,6 +58,7 @@ export interface Order {
|
||||
resellerStore: string;
|
||||
orderSum: number;
|
||||
klarnaOrderId: string;
|
||||
paypalTransactionId: string;
|
||||
pwintyId: number;
|
||||
email: string;
|
||||
phone: string;
|
||||
|
||||
Reference in New Issue
Block a user