RubyGems
npm
Organizations
Log in
Sign up
npm
@thantickets/common
Versions diffs
1.0.27 → 1.0.28
@thantickets/common 1.0.27 → 1.0.28
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/build/events/payment-created-event.d.ts
+1
-1
package/package.json
+1
-1
package/build/events/payment-created-event.d.ts
CHANGED
Viewed
@@ -3,7 +3,7 @@ export interface PaymentCreatedEvent {
3
3
subject: Subjects.PaymentCreated;
4
4
data: {
5
5
id: string;
6
-
ordeId
: string;
6
+
orderId
: string;
7
7
stripeId: string;
8
8
};
9
9
}
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@thantickets/common",
3
-
"version": "1.0.
27
",
3
+
"version": "1.0.
28
",
4
4
"description": "",
5
5
"main": "./build/index.js",
6
6
"types": "./build/index.d.ts",