File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/app/shared/dia-backend/num Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
"locale" : "en_US"
16
16
}
17
17
],
18
- "productID" : "cap_lite_consumable_bronze_pack_099 ",
18
+ "productID" : "capture_lite_consumable_bronze_pack_099 ",
19
19
"referenceName" : "Bronze Pack",
20
20
"type" : "Consumable"
21
21
},
30
30
"locale" : "en_US"
31
31
}
32
32
],
33
- "productID" : "cap_lite_consumable_silver_pack_199 ",
33
+ "productID" : "capture_lite_consumable_silver_pack_199 ",
34
34
"referenceName" : "Silver Pack",
35
35
"type" : "Consumable"
36
36
},
45
45
"locale" : "en_US"
46
46
}
47
47
],
48
- "productID" : "cap_lite_consumable_gold_pack_299 ",
48
+ "productID" : "capture_lite_consumable_gold_pack_299 ",
49
49
"referenceName" : "Gold Pack",
50
50
"type" : "Consumable"
51
51
},
60
60
"locale" : "en_US"
61
61
}
62
62
],
63
- "productID" : "cap_lite_consumable_platinum_pack_399 ",
63
+ "productID" : "capture_lite_consumable_platinum_pack_399 ",
64
64
"referenceName" : "Platinum Pack",
65
65
"type" : "Consumable"
66
66
}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { Injectable } from '@angular/core';
3
3
import { defer } from 'rxjs' ;
4
4
import { concatMap } from 'rxjs/operators' ;
5
5
import { DiaBackendAuthService } from '../auth/dia-backend-auth.service' ;
6
- import { BASE_URL , BUBBLE_API_URL } from '../secret' ;
6
+ import { BASE_URL , BUBBLE_IFRAME_URL } from '../secret' ;
7
7
8
8
@Injectable ( {
9
9
providedIn : 'root' ,
@@ -33,7 +33,7 @@ export class DiaBackendNumService {
33
33
// ask @ethan wu to change bubble endpoint from POST to GET
34
34
return defer ( ( ) =>
35
35
this . httpClient . post < NumPointPriceListResponse > (
36
- `${ BUBBLE_API_URL } /version-num-points-price-list/ api/1.1/wf/num-points-price-list ` ,
36
+ `${ BUBBLE_IFRAME_URL } / api/1.1/wf/get_num_price ` ,
37
37
{ }
38
38
)
39
39
) ;
You can’t perform that action at this time.
0 commit comments