Merge branch 'ship' of gitea.51mars.com:Oak-Team/oak-pay-business into ship
This commit is contained in:
commit
5baa3aab5f
|
|
@ -45,7 +45,6 @@ const triggers = [
|
|||
wpProduct: {
|
||||
id: 1,
|
||||
type: 1,
|
||||
shipping: 1,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -467,7 +467,6 @@ const triggers = [
|
|||
wpProduct: {
|
||||
id: 1,
|
||||
type: 1,
|
||||
shipping: 1,
|
||||
wechatMpShip$wpProduct: {
|
||||
$entity: 'wechatMpShip',
|
||||
data: {
|
||||
|
|
|
|||
|
|
@ -47,7 +47,6 @@ const PayClazzEntityDict = {
|
|||
type: 1,
|
||||
taxLossRatio: 1,
|
||||
enabled: 1,
|
||||
shipping: 1,
|
||||
application: {
|
||||
id: 1,
|
||||
config: 1,
|
||||
|
|
|
|||
|
|
@ -48,7 +48,6 @@ const triggers = [
|
|||
wpProduct: {
|
||||
id: 1,
|
||||
type: 1,
|
||||
shipping: 1,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -470,7 +470,6 @@ const triggers = [
|
|||
wpProduct: {
|
||||
id: 1,
|
||||
type: 1,
|
||||
shipping: 1,
|
||||
wechatMpShip$wpProduct: {
|
||||
$entity: 'wechatMpShip',
|
||||
data: {
|
||||
|
|
|
|||
|
|
@ -51,7 +51,6 @@ const PayClazzEntityDict = {
|
|||
type: 1,
|
||||
taxLossRatio: 1,
|
||||
enabled: 1,
|
||||
shipping: 1,
|
||||
application: {
|
||||
id: 1,
|
||||
config: 1,
|
||||
|
|
|
|||
|
|
@ -50,7 +50,6 @@ const triggers: Trigger<EntityDict, 'deposit', BRC>[] = [
|
|||
wpProduct: {
|
||||
id: 1,
|
||||
type: 1,
|
||||
shipping: 1,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -508,7 +508,6 @@ const triggers: Trigger<EntityDict, 'pay', BRC>[] = [
|
|||
wpProduct: {
|
||||
id: 1,
|
||||
type: 1,
|
||||
shipping: 1,
|
||||
wechatMpShip$wpProduct: {
|
||||
$entity: 'wechatMpShip',
|
||||
data: {
|
||||
|
|
|
|||
|
|
@ -60,7 +60,6 @@ const PayClazzEntityDict: Record<string, {
|
|||
type: 1,
|
||||
taxLossRatio: 1,
|
||||
enabled: 1,
|
||||
shipping: 1,
|
||||
application: {
|
||||
id: 1,
|
||||
config: 1,
|
||||
|
|
|
|||
Loading…
Reference in New Issue